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

  /external/libnl/lib/route/qdisc/
sfq.c 2 * lib/route/qdisc/sfq.c SFQ Qdisc
14 * @defgroup qdisc_sfq Stochastic Fairness Queueing (SFQ)
20 * - \b Limit: Upper limit of queue in number of packets before SFQ starts
32 #include <netlink/route/qdisc/sfq.h>
44 struct rtnl_sfq *sfq = data; local
55 sfq->qs_quantum = opts->quantum;
56 sfq->qs_perturb = opts->perturb_period;
57 sfq->qs_limit = opts->limit;
58 sfq->qs_divisor = opts->divisor
71 struct rtnl_sfq *sfq = data; local
81 struct rtnl_sfq *sfq = data; local
90 struct rtnl_sfq *sfq = data; local
116 struct rtnl_sfq *sfq; local
132 struct rtnl_sfq *sfq; local
151 struct rtnl_sfq *sfq; local
167 struct rtnl_sfq *sfq; local
187 struct rtnl_sfq *sfq; local
203 struct rtnl_sfq *sfq; local
221 struct rtnl_sfq *sfq; local
    [all...]
red.c 114 opts.quantum = sfq->qs_quantum;
115 opts.perturb_period = sfq->qs_perturb;
116 opts.limit = sfq->qs_limit;
  /external/iproute2/examples/
cbqinit.eth1 40 # Attach "sfq" qdisc to this class, quantum is MTU, perturb
43 $TC qdisc add dev $DEVICE parent 1:2 sfq quantum 1514b perturb 15
51 $TC qdisc add dev $DEVICE parent 1:3 sfq quantum 1514b perturb 15
59 $TC qdisc add dev $DEVICE parent 1:4 sfq quantum 1514b perturb 15
cbq.init-v0.7.3 97 # - added initial support for SFQ as leaf qdisc
253 # LEAF=none|tbf|sfq optional, default "tbf"
260 # bounded), you must set LEAF to "none" or "sfq".
263 # several hosts in the same class, you might want to specify LEAF=sfq to
264 # attach SFQ as leaf queueing discipline to that class.
272 # Note: Don't forget to set LEAF to "none" or "sfq", otherwise the class will
317 ### SFQ qdisc parameters
319 # The SFQ queueing discipline is a cheap way for sharing class bandwidth
323 # that SFQ does not do any traffic shaping - the shaping is done by the CBQ
324 # class the SFQ is attached to
    [all...]
  /external/libnl/tests/
test-complex-HTB-with-hash-filters.c 16 #include <netlink/route/qdisc/sfq.h>
444 * function that adds a new SFQ qdisc as a leaf for a HTB class
463 if ((err = rtnl_tc_set_kind(TC_CAST(qdisc), "sfq"))) {
482 printf("Can not allocate SFQ qdisc\n");

Completed in 72 milliseconds