HomeSort by: relevance | last modified time | path
    Searched defs:minburst (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/altq/libaltq/
qop_cbq.h 68 u_int minburst; member in struct:cbq_classinfo
84 u_int maxdelay, u_int maxburst, u_int minburst,
89 u_int maxdelay, u_int maxburst, u_int minburst,
97 u_int maxdelay, u_int maxburst, u_int minburst,
101 u_int maxdelay, u_int maxburst, u_int minburst,
qop_cbq.c 175 u_int minburst = 0; /* 0 means default */ local in function:cbq_class_parser
246 } else if (EQUAL(*argv, "minburst")) {
249 minburst = strtoul(*argv, NULL, 0);
300 maxdelay, maxburst, minburst,
329 u_int maxdelay, u_int maxburst, u_int minburst,
370 maxdelay, maxburst, minburst,
386 maxdelay, maxburst, minburst, av_pkt_size,
406 u_int maxdelay, u_int maxburst, u_int minburst,
419 maxdelay, maxburst, minburst,
524 u_int maxdelay, u_int maxburst, u_int minburst,
    [all...]
  /src/dist/pf/sbin/pfctl/
pfctl_altq.c 432 u_int minburst, maxburst; local in function:cbq_compute_idletime
436 minburst = opts->minburst;
469 if (minburst == 0) /* use default */
470 minburst = 2;
471 if (minburst > maxburst)
472 minburst = maxburst;
477 gtom = pow(g, (double)(minburst-1));
499 opts->minburst = minburst;
    [all...]
  /src/sys/dist/pf/net/
pfvar.h 1252 u_int minburst; member in struct:cbq_opts

Completed in 14 milliseconds