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

  /external/libnl/lib/route/qdisc/
htb.c 2 * lib/route/qdisc/htb.c HTB Qdisc
17 * @defgroup qdisc_htb Hierachical Token Bucket (HTB)
30 #include <netlink/route/qdisc/htb.h>
53 struct rtnl_htb_qdisc *htb = data; local
63 htb->qh_rate2quantum = opts.rate2quantum;
64 htb->qh_defcls = opts.defcls;
65 htb->qh_direct_pkts = opts.direct_pkts;
67 htb->qh_mask = (SCH_HTB_HAS_RATE2QUANTUM | SCH_HTB_HAS_DEFCLS);
76 struct rtnl_htb_class *htb = data local
111 struct rtnl_htb_qdisc *htb = data; local
129 struct rtnl_htb_class *htb = data; local
149 struct rtnl_htb_class *htb = data; local
192 struct rtnl_htb_qdisc *htb = data; local
212 struct rtnl_htb_class *htb = data; local
295 struct rtnl_htb_qdisc *htb; local
306 struct rtnl_htb_qdisc *htb; local
328 struct rtnl_htb_qdisc *htb; local
344 struct rtnl_htb_qdisc *htb; local
357 struct rtnl_htb_class *htb; local
367 struct rtnl_htb_class *htb; local
386 struct rtnl_htb_class *htb; local
403 struct rtnl_htb_class *htb; local
423 struct rtnl_htb_class *htb; local
440 struct rtnl_htb_class *htb; local
460 struct rtnl_htb_class *htb; local
476 struct rtnl_htb_class *htb; local
495 struct rtnl_htb_class *htb; local
511 struct rtnl_htb_class *htb; local
532 struct rtnl_htb_class *htb; local
552 struct rtnl_htb_class *htb; local
575 struct rtnl_htb_class *htb; local
597 struct rtnl_htb_class *htb; local
    [all...]
  /external/iproute2/testsuite/tests/tc/
cls-testbed.t 6 QDISCS="cbq htb dsmark"
28 htb)
29 ts_qdisc_available "htb"
31 ts_log "cls-testbed: HTB is unsupported by $TC, skipping"
34 ts_tc "cls-testbed" "htb root qdisc creation" \
35 qdisc add dev $DEV root handle 10:0 htb
36 ts_tc "cls-testbed" "htb root class creation" \
38 htb rate 100Mbit quantum 1514
  /external/libnl/python/netlink/route/qdisc/
htb.py 5 """HTB qdisc
138 qdisc.htb = HTBQdisc(qdisc)
139 return qdisc.htb
142 cl.htb = HTBClass(cl)
143 return cl.htb
  /external/libnl/lib/cli/qdisc/
htb.c 2 * src/lib/htb.c HTB module for CLI lib
14 #include <netlink/route/qdisc/htb.h>
19 "Usage: nl-qdisc-add [...] htb [OPTIONS]...\n"
27 " # Create htb root qdisc 1: and direct unclassified traffic to class 1:10\n"
28 " nl-qdisc-add --dev=eth1 --parent=root --handle=1: htb --default=10\n");
71 "Usage: nl-class-add [...] htb [OPTIONS]...\n"
83 " # Attach class 1:1 to htb qdisc 1: and rate limit it to 20mbit\n"
84 " nl-class-add --dev=eth1 --parent=1: --classid=1:1 htb --rate=20mbit\n");
125 nl_cli_fatal(rate, "Unable to parse htb rate
    [all...]
  /external/iproute2/man/man8/
Makefile 6 tc-drr.8 tc-ematch.8 tc-fq_codel.8 tc-hfsc.8 tc-htb.8 tc-pie.8 \
  /external/libnl/tests/
test-complex-HTB-with-hash-filters.c 2 * test/test-complex-HTB-with-hash-filters.c Add HTB qdisc, HTB classes and creates some hash filters
15 #include <netlink/route/qdisc/htb.h>
277 * function that adds a new HTB qdisc and set the default class for unclassified traffic
300 //add a HTB qdisc
301 //printf("Add a new HTB qdisc\n");
304 if ((err = rtnl_tc_set_kind(TC_CAST(qdisc), "htb"))) {
305 printf("Can not allocate HTB\n");
316 printf("Can not allocate HTB Qdisc\n")
    [all...]
  /external/libnl/python/netlink/route/
capi.i 16 #include <netlink/route/qdisc/htb.h>
411 /* <netlink/route/qdisc/htb.h> */
  /external/dtc/Documentation/
dtc-paper.tex 155 \begin{figure}[htb!]
317 \begin{figure}[htb!]

Completed in 129 milliseconds