Home
last modified time | relevance | path

Searched refs:maxburst (Results 1 – 7 of 7) sorted by relevance

/NextBSD/sbin/pfctl/
HDpfctl_altq.c479 u_int minburst, maxburst; local
484 maxburst = opts->maxburst;
509 if (maxburst == 0) { /* use default */
511 maxburst = 4;
513 maxburst = 16;
517 if (minburst > maxburst)
518 minburst = maxburst;
522 gton = pow(g, (double)maxburst);
546 opts->maxburst = maxburst;
/NextBSD/sys/netpfil/pf/
HDpf_altq.h38 u_int maxburst; member
/NextBSD/sys/netpfil/ipfw/test/
HDmain.c34 int maxburst; member
447 c->maxburst = getnum(av[1], NULL, av[0]); in init()
466 if (c->maxburst <= 0) in init()
467 c->maxburst = 1; in init()
/NextBSD/sys/dev/ncr/
HDncr.c1029 u_char maxburst; /* log base 2 of dwords burst */ member
3175 unsigned char maxburst; member
3415 np->maxburst = ncr_chip_table[i].maxburst;
3420 np->maxburst = 4;
3539 ncr_init_burst(np, np->maxburst); /* Max dwords burst length */
3541 np->maxburst =
3641 burst_length(np->maxburst),
/NextBSD/sys/netinet/
HDtcp_output.c203 int maxburst = TCP_MAXBURST; in tcp_output()
1650 if (sendalot && --maxburst) in tcp_output()
HDsctp_sysctl.c882 SCTP_UINT_SYSCTL(maxburst, sctp_max_burst_default, SCTPCTL_MAXBURST)
/NextBSD/sys/dev/sym/
HDsym_hipd.c1604 u_char maxburst; /* log base 2 of dwords burst */ member
2596 if (burst_max > np->maxburst) in sym_prepare_setting()
2597 burst_max = np->maxburst; in sym_prepare_setting()
8448 np->maxburst = chip->burst_max;