Searched refs:maxburst (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/netpfil/pf/
H A Dpf_altq.h39 u_int maxburst; member in struct:cbq_opts
/freebsd-current/sbin/pfctl/
H A Dpfctl_altq.c539 u_int minburst, maxburst; local
544 maxburst = opts->maxburst;
570 if (maxburst == 0) { /* use default */
572 maxburst = 4;
574 maxburst = 16;
578 if (minburst > maxburst)
579 minburst = maxburst;
583 gton = pow(g, (double)maxburst);
607 opts->maxburst
[all...]
/freebsd-current/sys/netpfil/ipfw/test/
H A Dmain.c32 int maxburst; member in struct:cfg_s
484 c->maxburst = getnum(av[1], NULL, av[0]);
505 if (c->maxburst <= 0)
506 c->maxburst = 1;
/freebsd-current/sys/netinet/
H A Dsctp_sysctl.c922 SCTP_UINT_SYSCTL(maxburst, sctp_max_burst_default, SCTPCTL_MAXBURST);
H A Dtcp_output.c217 int maxburst = TCP_MAXBURST;
/freebsd-current/sys/dev/sym/
H A Dsym_hipd.c1597 u_char maxburst; /* log base 2 of dwords burst */ member in struct:sym_hcb
2588 if (burst_max > np->maxburst)
2589 burst_max = np->maxburst;
8427 np->maxburst = chip->burst_max;

Completed in 212 milliseconds