Searched refs:tbrsize (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/sys/netpfil/pf/
H A Dpf_altq.h76 uint16_t tbrsize; /* tokenbucket regulator size */ member in struct:pf_altq
H A Dpf_ioctl.c626 tb.depth = altq->tbrsize;
/freebsd-10.3-release/sbin/pfctl/
H A Dpfctl_altq.c186 printf("tbrsize %u ", a->tbrsize);
256 /* if tbrsize is not specified, use heuristics */
257 if (pa->tbrsize == 0) {
270 pa->tbrsize = size;
H A Dparse.y280 int tbrsize;
1468 a.tbrsize = $3.tbrsize;
1497 if ($4.tbrsize) {
1498 yyerror("cannot specify tbrsize for queue");
1581 yyerror("tbrsize cannot be respecified");
1585 yyerror("tbrsize too big: max 65535");
1589 queue_opts.tbrsize = $2;
5327 { "tbrsize", TBRSIZE},

Completed in 104 milliseconds