Lines Matching refs:allot
55 unsigned mpu=0, avpkt=0, allot=0; in cbq_parse_opt() local
114 if (get_size(&allot, *argv)) { in cbq_parse_opt()
149 if (allot < (avpkt*3)/2) in cbq_parse_opt()
150 allot = (avpkt*3)/2; in cbq_parse_opt()
154 if (tc_calc_rtable(&r, rtab, cell_log, allot, linklayer) < 0) { in cbq_parse_opt()
293 if (get_size(&wrr.allot, *argv)) { in cbq_parse_class_opt()
360 unsigned pktsize = wrr.allot; in cbq_parse_class_opt()
361 if (wrr.allot < (lss.avpkt*3)/2) in cbq_parse_class_opt()
362 wrr.allot = (lss.avpkt*3)/2; in cbq_parse_class_opt()
386 if (wrr.allot == 0) in cbq_parse_class_opt()
387 wrr.allot = (lss.avpkt*3)/2; in cbq_parse_class_opt()
392 if (wrr.allot == 0) { in cbq_parse_class_opt()
523 if (wrr->allot) in cbq_print_opt()
524 fprintf(f, "allot %ub ", wrr->allot); in cbq_print_opt()