Lines Matching full:plug
4 "name": "Create PLUG with default setting",
7 "plug"
15 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root plug",
18 "matchPattern": "qdisc plug 1: root refcnt",
27 "name": "Create PLUG with block setting",
30 "plug"
38 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root plug block",
41 "matchPattern": "qdisc plug 1: root refcnt",
50 "name": "Create PLUG with release setting",
53 "plug"
61 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root plug release",
64 "matchPattern": "qdisc plug 1: root refcnt",
73 "name": "Create PLUG with release_indefinite setting",
76 "plug"
84 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root plug release_indefinite",
87 "matchPattern": "qdisc plug 1: root refcnt",
96 "name": "Create PLUG with limit setting",
99 "plug"
107 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root plug limit 100",
110 "matchPattern": "qdisc plug 1: root refcnt",
119 "name": "Delete PLUG with valid handle",
122 "plug"
129 "$TC qdisc add dev $DUMMY handle 1: root plug"
134 "matchPattern": "qdisc plug 1: root refcnt",
142 "name": "Replace PLUG with limit setting",
145 "plug"
152 "$TC qdisc add dev $DUMMY handle 1: root plug"
154 "cmdUnderTest": "$TC qdisc replace dev $DUMMY handle 1: root plug limit 1000",
157 "matchPattern": "qdisc plug 1: root refcnt",
166 "name": "Change PLUG with limit setting",
169 "plug"
176 "$TC qdisc add dev $DUMMY handle 1: root plug"
178 "cmdUnderTest": "$TC qdisc change dev $DUMMY handle 1: root plug limit 1000",
181 "matchPattern": "qdisc plug 1: root refcnt",