HomeSort by relevance Sort by last modified time
    Searched refs:allot (Results 1 - 12 of 12) sorted by null

  /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 \
cbq.init-v0.7.3 759 tc class change dev $dev root cbq weight $DEVWGHT allot 1514
772 allot 1514 cell 8 maxburst 20 avpkt $AVPKT $BOUNDED $ISOLATED ||
    [all...]
  /external/iproute2/testsuite/tests/tc/
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.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
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 25 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 \
  /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
109 } else if (matches(*argv, "allot") == 0) {
111 /* Accept and ignore "allot" for backward compatibility */
112 if (get_size(&allot, *argv)) {
113 explain1("allot");
147 if (allot < (avpkt*3)/2)
148 allot = (avpkt*3)/2;
152 if (tc_calc_rtable(&r, rtab, cell_log, allot, linklayer) < 0) {
285 } else if (matches(*argv, "allot") == 0)
    [all...]
q_sfq.c 266 fprintf(f, " allot %d ", st->allot);
  /external/libnl/include/linux-private/linux/
pkt_sched.h 187 __s32 allot; member in struct:tc_sfq_xstats
402 __u32 allot; member in struct:tc_cbq_wrropt
  /external/iproute2/include/uapi/linux/
pkt_sched.h 232 __s32 allot; member in struct:tc_sfq_xstats
447 __u32 allot; member in struct:tc_cbq_wrropt
  /external/libnl/lib/route/qdisc/
cbq.c 127 nl_dump(p, "avgpkt %u mpu %u cell %u allot %u weight %.0f%s\n",
131 cbq->cbq_wrr.allot, w, unit);
  /bionic/libc/kernel/uapi/linux/
pkt_sched.h 162 __s32 allot; member in struct:tc_sfq_xstats
361 __u32 allot; member in struct:tc_cbq_wrropt
  /external/kernel-headers/original/uapi/linux/
pkt_sched.h 248 __s32 allot; member in struct:tc_sfq_xstats
490 __u32 allot; member in struct:tc_cbq_wrropt

Completed in 2574 milliseconds