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

  /external/libnl/lib/route/sch/
sfq.c 2 * lib/route/sch/sfq.c SFQ Qdisc
14 * @defgroup sfq Stochastic Fairness Queueing (SFQ)
20 * - \b Limit: Upper limit of queue in number of packets before SFQ starts
32 #include <netlink/route/sch/sfq.h>
57 struct rtnl_sfq *sfq; local
66 sfq = sfq_alloc(qdisc);
67 if (!sfq)
72 sfq->qs_quantum = opts->quantum
92 struct rtnl_sfq *sfq = sfq_qdisc(qdisc); local
101 struct rtnl_sfq *sfq = sfq_qdisc(qdisc); local
110 struct rtnl_sfq *sfq; local
149 struct rtnl_sfq *sfq; local
168 struct rtnl_sfq *sfq; local
185 struct rtnl_sfq *sfq; local
204 struct rtnl_sfq *sfq; local
222 struct rtnl_sfq *sfq; local
241 struct rtnl_sfq *sfq; local
257 struct rtnl_sfq *sfq; local
    [all...]
red.c 134 opts.quantum = sfq->qs_quantum;
135 opts.perturb_period = sfq->qs_perturb;
136 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/iproute2/man/man8/
Makefile 8 tc-sfb.8 tc-sfq.8 tc-stab.8 tc-tbf.8 \

Completed in 1013 milliseconds