/external/iproute2/testsuite/tests/ |
cbq.t | 4 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded 9 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
|
policer | 4 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded 11 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
|
cls-testbed.t | 20 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 \
|
/external/iproute2/examples/ |
cbqinit.eth1 | 19 # allot is MTU + MAC header 26 $BANDWIDTH rate 10Mbit allot 1514 maxburst 50 avpkt 1000 36 $BANDWIDTH rate 4Mbit allot 1514 weight 500Kbit \ 48 $BANDWIDTH rate 1Mbit allot 1514 weight 100Kbit \ 56 $BANDWIDTH rate 100Kbit allot 1514 weight 10Mbit \ 64 rate 5Mbit $BANDWIDTH allot 1514b avpkt 1000 \ 74 rate 1Mbit $BANDWIDTH allot 1514b avpkt 1000 weight 10Kbit \
|
/external/iproute2/tc/ |
q_cbq.c | 31 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") == 0) [all...] |
q_sfq.c | 112 fprintf(f, " allot %d ", st->allot);
|
/external/iproute2/examples/diffserv/ |
efcbq | 15 "allot 1514 weight 1 maxburst 10 \n"; 25 "10Mbit rate 5Mbit avpkt 1000 prio 7 allot 1514 weight 1 ".
|
afcbq | 66 (6-$class)." bounded allot 1514 weight 1 maxburst 21\n"; 101 "bounded allot 1514 weight 1 maxburst 21 \n";
|
/external/iproute2/ |
README.iproute2+tc | 19 tc qdisc add dev eth1 root handle 1: cbq bandwidth 10Mbit allot 1514 cell 8 \ 25 allot 1514 cell 8 weight 1Mbit prio 8 maxburst 20 avpkt 1000 30 allot 1514 cell 8 weight 100Kbit prio 3 maxburst 20 avpkt 1000 split 1:0 \ 36 allot 1514 cell 8 weight 800Kbit prio 7 maxburst 20 avpkt 1000 split 1:0 \
|
RELNOTES | 151 * Namely, "allot" to "tc qdisc add ... cbq" is accepted but ignored. 153 because of troubles with "allot" I am forced to release premature
|
/external/iproute2/man/man8/ |
tc-cbq.8 | 11 .B ] cbq [ allot 31 .B ] cbq allot 163 allot bytes 165 transmission time tables. The qdisc allot differs slightly from the class allot discussed 170 for making sure 'allot' has a safe value. Mandatory. 216 allot bytes 217 Allot specifies how many bytes a qdisc can dequeue
|
tc-cbq-details.8 | 29 .B ] cbq allot 304 allot bytes 305 Allot specifies how many bytes a qdisc can dequeue
|
/bionic/libc/kernel/common/linux/ |
pkt_sched.h | 136 __s32 allot; member in struct:tc_sfq_xstats 317 __u32 allot; member in struct:tc_cbq_wrropt
|
/development/ndk/platforms/android-3/include/linux/ |
pkt_sched.h | 283 __u32 allot; member in struct:tc_cbq_wrropt
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
pkt_sched.h | 283 __u32 allot; member in struct:tc_cbq_wrropt
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
pkt_sched.h | 283 __u32 allot; member in struct:tc_cbq_wrropt
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
pkt_sched.h | 283 __u32 allot; member in struct:tc_cbq_wrropt
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
pkt_sched.h | 283 __u32 allot; member in struct:tc_cbq_wrropt
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
pkt_sched.h | 283 __u32 allot; member in struct:tc_cbq_wrropt
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
pkt_sched.h | 283 __u32 allot; member in struct:tc_cbq_wrropt
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
pkt_sched.h | 283 __u32 allot; member in struct:tc_cbq_wrropt
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
pkt_sched.h | 283 __u32 allot; member in struct:tc_cbq_wrropt
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
pkt_sched.h | 283 __u32 allot; member in struct:tc_cbq_wrropt
|
/external/iproute2/include/linux/ |
pkt_sched.h | 166 __s32 allot; member in struct:tc_sfq_xstats 352 __u32 allot; member in struct:tc_cbq_wrropt
|
/external/kernel-headers/original/linux/ |
pkt_sched.h | 175 __s32 allot; member in struct:tc_sfq_xstats 377 __u32 allot; member in struct:tc_cbq_wrropt
|