Lines Matching full:pop

4         "name": "Add vlan pop action with pipe opcode",
17 "cmdUnderTest": "$TC actions add action vlan pop pipe index 8",
20 "matchPattern": "action order [0-9]+: vlan.*pop.*pipe.*index 8 ref",
28 "name": "Add vlan pop action with pass opcode",
41 "cmdUnderTest": "$TC actions add action vlan pop pass index 8",
44 "matchPattern": "action order [0-9]+: vlan.*pop.*pass.*index 8 ref",
52 "name": "Add vlan pop action with drop opcode",
65 "cmdUnderTest": "$TC actions add action vlan pop drop index 8",
68 "matchPattern": "action order [0-9]+: vlan.*pop.*drop.*index 8 ref",
76 "name": "Add vlan pop action with reclassify opcode",
89 "cmdUnderTest": "$TC actions add action vlan pop reclassify index 8",
92 "matchPattern": "action order [0-9]+: vlan.*pop.*reclassify.*index 8 ref",
100 "name": "Add vlan pop action with continue opcode",
113 "cmdUnderTest": "$TC actions add action vlan pop continue index 8",
116 "matchPattern": "action order [0-9]+: vlan.*pop.*continue.*index 8 ref",
124 "name": "Add vlan pop action with jump opcode",
137 "cmdUnderTest": "$TC actions add action vlan pop jump 10 index 8",
148 "name": "Add vlan pop action with trap opcode",
161 "cmdUnderTest": "$TC actions add action vlan pop trap index 8",
164 "matchPattern": "action order [0-9]+: vlan.*pop trap.*index 8 ref",
172 "name": "Add vlan pop action with invalid opcode",
185 "cmdUnderTest": "$TC actions add action vlan pop foo index 8",
188 "matchPattern": "action order [0-9]+: vlan.*pop.*foo.*index 8 ref",
194 "name": "Add vlan pop action with index at 32-bit maximum",
207 "cmdUnderTest": "$TC actions add action vlan pop index 4294967295",
210 "matchPattern": "action order [0-9]+: vlan.*pop.*index 4294967295 ref",
218 "name": "Add vlan pop action with index exceeding 32-bit maximum",
231 "cmdUnderTest": "$TC actions add action vlan pop reclassify index 429496729599",
234 "matchPattern": "action order [0-9]+: vlan.*pop.reclassify.*index 429496729599",
597 "name": "Replace existing vlan pop action with new cookie",
609 "$TC actions add action vlan pop continue index 1 cookie 22334455"
611 "cmdUnderTest": "$TC actions replace action vlan pop continue index 1 cookie a1b1c2d1",
614 "matchPattern": "action order [0-9]+: vlan.*pop continue.*index 1 ref.*cookie a1b1c2d1",
622 "name": "Delete vlan pop action",
634 "$TC actions add action vlan pop index 44"
639 "matchPattern": "action order [0-9]+: vlan.*pop.*index 44 ref",
790 "name": "Add batch of 32 vlan pop actions with cookie",
803 …"cmdUnderTest": "bash -c \"for i in \\`seq 1 32\\`; do cmd=\\\"action vlan pop continue index \\$i…
814 "name": "Delete batch of 32 vlan pop actions",
826 …"bash -c \"for i in \\`seq 1 32\\`; do cmd=\\\"action vlan pop index \\$i \\\"; args=\\\"\\$args\\…
837 "name": "Add vlan pop action with no_percpu flag",
850 "cmdUnderTest": "$TC actions add action vlan pop no_percpu",
853 "matchPattern": "action order [0-9]+: vlan.*pop.*no_percpu",