Home
last modified time | relevance | path

Searched refs:allot (Results 1 – 12 of 12) sorted by relevance

/external/iproute2/examples/
Dcbqinit.eth126 $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 \
Dcbq.init-v0.7.3760 tc class change dev $dev root cbq weight $DEVWGHT allot 1514
773 allot 1514 cell 8 maxburst 20 avpkt $AVPKT $BOUNDED $ISOLATED ||
947 allot 1514 cell 8 maxburst 20 avpkt $AVPKT $BOUNDED $ISOLATED
/external/iproute2/tc/
Dq_cbq.c55 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()
[all …]
Dq_sfq.c267 fprintf(f, " allot %d ", st->allot); in sfq_print_xstats()
/external/iproute2/testsuite/tests/
Dcbq.t4 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 p…
9 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 p…
Dpolicer4 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 p…
11 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 p…
Dcls-testbed.t20 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 \
/external/iproute2/
DREADME.iproute2+tc19 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 \
/external/iproute2/include/linux/
Dpkt_sched.h214 __s32 allot; member
424 __u32 allot; member
/external/kernel-headers/original/uapi/linux/
Dpkt_sched.h226 __s32 allot; member
439 __u32 allot; member
/external/libnl/include/linux/
Dpkt_sched.h350 __u32 allot; member
/external/libnl/lib/route/sch/
Dcbq.c202 cbq->cbq_wrr.allot, w, unit); in cbq_dump_details()