Searched refs:sfq (Results 1 - 5 of 5) sorted by relevance

/external/libnl/lib/route/sch/
H A Dsfq.c2 * lib/route/sch/sfq.c SFQ Qdisc
14 * @defgroup sfq Stochastic Fairness Queueing (SFQ)
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;
73 sfq->qs_perturb = opts->perturb_period;
74 sfq->qs_limit = opts->limit;
75 sfq
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...]
H A Dred.c134 opts.quantum = sfq->qs_quantum;
135 opts.perturb_period = sfq->qs_perturb;
136 opts.limit = sfq->qs_limit;
/external/iproute2/examples/
H A Dcbqinit.eth140 # 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
H A Dcbq.init-v0.7.3253 # 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
272 # Note: Don't forget to set LEAF to "none" or "sfq", otherwise the class will
779 elif [ "$LEAF" = "sfq" ]; then
780 tc qdisc add dev $DEVICE parent 1:$CLASS handle $CLASS sfq \
/external/iproute2/man/man8/
H A DMakefile8 tc-sfb.8 tc-sfq.8 tc-stab.8 tc-tbf.8 \

Completed in 139 milliseconds