Lines Matching refs:sfq
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.
779 elif [ "$LEAF" = "sfq" ]; then
780 tc qdisc add dev $DEVICE parent 1:$CLASS handle $CLASS sfq \