Lines Matching full:plug

4         "name": "Create PLUG with default setting",
7 "plug"
14 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root plug",
17 "matchPattern": "qdisc plug 1: root refcnt",
25 "name": "Create PLUG with block setting",
28 "plug"
35 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root plug block",
38 "matchPattern": "qdisc plug 1: root refcnt",
46 "name": "Create PLUG with release setting",
49 "plug"
56 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root plug release",
59 "matchPattern": "qdisc plug 1: root refcnt",
67 "name": "Create PLUG with release_indefinite setting",
70 "plug"
77 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root plug release_indefinite",
80 "matchPattern": "qdisc plug 1: root refcnt",
88 "name": "Create PLUG with limit setting",
91 "plug"
98 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root plug limit 100",
101 "matchPattern": "qdisc plug 1: root refcnt",
109 "name": "Delete PLUG with valid handle",
112 "plug"
118 "$TC qdisc add dev $DUMMY handle 1: root plug"
123 "matchPattern": "qdisc plug 1: root refcnt",
130 "name": "Replace PLUG with limit setting",
133 "plug"
139 "$TC qdisc add dev $DUMMY handle 1: root plug"
141 "cmdUnderTest": "$TC qdisc replace dev $DUMMY handle 1: root plug limit 1000",
144 "matchPattern": "qdisc plug 1: root refcnt",
152 "name": "Change PLUG with limit setting",
155 "plug"
161 "$TC qdisc add dev $DUMMY handle 1: root plug"
163 "cmdUnderTest": "$TC qdisc change dev $DUMMY handle 1: root plug limit 1000",
166 "matchPattern": "qdisc plug 1: root refcnt",