Home | History | Annotate | Download | only in examples

Lines Matching refs:tbf

108 #	  - PEAK parameter for setting TBF's burst peak rate
254 # LEAF=none|tbf|sfq optional, default "tbf"
257 # class. By default, TBF is used. Note that attaching TBF to CBQ class
258 # shapes the traffic to conform to TBF parameters and prevents the class
274 # have TBF attached to itself and will not be able to borrow unused
282 ### TBF qdisc parameters
303 # single TBF that allows 256Kbit/s would of course allow rate of
313 # Note: Setting TBF as leaf qdisc will effectively prevent the class from
316 # conform to TBF.
416 # is optional and applies to TBF leaf qdisc only).
614 LEAF=tbf; BOUNDED=yes; ISOLATED=no
777 if [ "$LEAF" = "tbf" ]; then
778 tc qdisc add dev $DEVICE parent 1:$CLASS handle $CLASS tbf \
950 if [ "$LEAF" = "tbf" ]; then
951 tc qdisc replace dev $DEVICE handle $CLASS tbf \