Searched defs:allot (Results 1 - 4 of 4) sorted by relevance

/external/iproute2/tc/
H A Dq_cbq.c31 fprintf(stderr, " [ allot BYTES ] [ mpu BYTES ] [ weight RATE ]\n");
55 unsigned mpu=0, avpkt=0, allot=0; local
111 } else if (matches(*argv, "allot") == 0) {
113 /* Accept and ignore "allot" for backward compatibility */
114 if (get_size(&allot, *argv)) {
115 explain1("allot");
149 if (allot < (avpkt*3)/2)
150 allot = (avpkt*3)/2;
154 if (tc_calc_rtable(&r, rtab, cell_log, allot, linklayer) < 0) {
291 } else if (matches(*argv, "allot")
[all...]
/external/libnl/include/linux/
H A Dpkt_sched.h350 __u32 allot; member in struct:tc_cbq_wrropt
/external/iproute2/include/linux/
H A Dpkt_sched.h214 __s32 allot; member in struct:tc_sfq_xstats
424 __u32 allot; member in struct:tc_cbq_wrropt
/external/kernel-headers/original/uapi/linux/
H A Dpkt_sched.h226 __s32 allot; member in struct:tc_sfq_xstats
439 __u32 allot; member in struct:tc_cbq_wrropt

Completed in 197 milliseconds