Lines Matching refs:tbrsize
239 int tbrsize;
420 %token ALTQ CBQ PRIQ HFSC BANDWIDTH TBRSIZE LINKSHARE REALTIME UPPERLIMIT
1306 a.tbrsize = $3.tbrsize;
1335 if ($4.tbrsize) {
1336 yyerror("cannot specify tbrsize for queue");
1417 | TBRSIZE number {
1419 yyerror("tbrsize cannot be respecified");
1423 yyerror("tbrsize too big: max 65535");
1427 queue_opts.tbrsize = $2;
4994 { "tbrsize", TBRSIZE},