Home | History | Annotate | Download | only in examples

Lines Matching refs:PARENT

75 #	    now use qdisc's default class 1:0 as their parent
113 # - added options PARENT, LEAF, ISOLATED and BOUNDED. This allows
244 # PARENT=<clsid> optional, default not set
245 # PARENT=1280
247 # Specifies ID of the parent class to which you want this class be
248 # attached. You might want to use LEAF=none for the parent class as
251 # structures of CBQ classes. The ordering is important so that parent
259 # from borrowing bandwidth from its parent even if you have BOUNDED set
270 # its parent class in overlimit situation. If set to "no", the class
271 # will be allowed to borrow bandwidth from its parent.
275 # bandwith from its parent.
500 CBQ_WORDS="DEVICE|RATE|WEIGHT|PRIO|PARENT|LEAF|BOUNDED|ISOLATED"
613 RATE=""; WEIGHT=""; PARENT=""; PRIO=5
771 tc class add dev $DEVICE parent 1:$PARENT classid 1:$CLASS cbq \
774 cbq_fail_off "failed to add class $CLASS with parent $PARENT on $DEVICE!"
778 tc qdisc add dev $DEVICE parent 1:$CLASS handle $CLASS tbf \
781 tc qdisc add dev $DEVICE parent 1:$CLASS handle $CLASS sfq \
789 tc filter add dev $DEVICE parent 1:0 protocol ip \
803 tc filter add dev $DEVICE parent 1:0 protocol ip \
847 tc filter add dev $DEVICE parent 1:0 protocol ip \