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

/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_altq.h38 u_int maxburst; member in struct:cbq_opts
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_altq.c479 u_int minburst, maxburst; local
484 maxburst = opts->maxburst;
510 if (maxburst == 0) { /* use default */
512 maxburst = 4;
514 maxburst = 16;
518 if (minburst > maxburst)
519 minburst = maxburst;
523 gton = pow(g, (double)maxburst);
547 opts->maxburst
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/test/
H A Dmain.c33 int maxburst; member in struct:cfg_s
487 c->maxburst = getnum(av[1], NULL, av[0]);
508 if (c->maxburst <= 0)
509 c->maxburst = 1;
/freebsd-11-stable/sys/dev/ncr/
H A Dncr.c1029 u_char maxburst; /* log base 2 of dwords burst */ member in struct:ncb
3175 unsigned char maxburst; member in struct:__anon7300
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),
/freebsd-11-stable/sys/netinet/
H A Dtcp_output.c203 int maxburst = TCP_MAXBURST;
1647 if (sendalot && --maxburst)
H A Dsctp_sysctl.c880 SCTP_UINT_SYSCTL(maxburst, sctp_max_burst_default, SCTPCTL_MAXBURST)
/freebsd-11-stable/sys/dev/sym/
H A Dsym_hipd.c1606 u_char maxburst; /* log base 2 of dwords burst */ member in struct:sym_hcb
2598 if (burst_max > np->maxburst)
2599 burst_max = np->maxburst;
8445 np->maxburst = chip->burst_max;

Completed in 329 milliseconds