Lines Matching refs:allot
55 unsigned mpu = 0, avpkt = 0, allot = 0; in cbq_parse_opt() local
112 if (get_size(&allot, *argv)) { in cbq_parse_opt()
147 if (allot < (avpkt*3)/2) in cbq_parse_opt()
148 allot = (avpkt*3)/2; in cbq_parse_opt()
152 if (tc_calc_rtable(&r, rtab, cell_log, allot, linklayer) < 0) { in cbq_parse_opt()
287 if (get_size(&wrr.allot, *argv)) { in cbq_parse_class_opt()
355 unsigned int pktsize = wrr.allot; in cbq_parse_class_opt()
357 if (wrr.allot < (lss.avpkt*3)/2) in cbq_parse_class_opt()
358 wrr.allot = (lss.avpkt*3)/2; in cbq_parse_class_opt()
382 if (wrr.allot == 0) in cbq_parse_class_opt()
383 wrr.allot = (lss.avpkt*3)/2; in cbq_parse_class_opt()
388 if (wrr.allot == 0) { in cbq_parse_class_opt()
529 if (wrr->allot) in cbq_print_opt()
530 fprintf(f, "allot %ub ", wrr->allot); in cbq_print_opt()