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

  /external/iproute2/testsuite/tests/
cls-testbed.t 6 QDISCS="cbq htb dsmark"
23 htb)
24 ts_qdisc_available "htb"
26 ts_log "cls-testbed: HTB is unsupported by $TC, skipping"
29 ts_tc "cls-testbed" "htb root qdisc creation" \
30 qdisc add dev $DEV root handle 10:0 htb
31 ts_tc "cls-testbed" "htb root class creation" \
33 htb rate 100Mbit quantum 1514
  /external/iproute2/man/man8/
Makefile 4 tc-bfifo.8 tc-cbq-details.8 tc-cbq.8 tc-drr.8 tc-htb.8 \
  /external/libnl/lib/route/sch/
htb.c 2 * lib/route/sch/htb.c HTB Qdisc
17 * @defgroup htb Hierachical Token Bucket (HTB)
32 #include <netlink/route/sch/htb.h>
364 * Set default class of the htb qdisc to the specified value
390 * @arg class HTB class to be modified.
393 * Sets MTU of the data link controlled by the HTB class.
407 * Set rate of HTB class.
408 * @arg class HTB class to be modified
    [all...]

Completed in 326 milliseconds