Lines Matching full:pop
4 "name": "Add vlan pop action with pipe opcode",
20 "cmdUnderTest": "$TC actions add action vlan pop pipe index 8",
23 "matchPattern": "action order [0-9]+: vlan.*pop.*pipe.*index 8 ref",
31 "name": "Add vlan pop action with pass opcode",
47 "cmdUnderTest": "$TC actions add action vlan pop pass index 8",
50 "matchPattern": "action order [0-9]+: vlan.*pop.*pass.*index 8 ref",
58 "name": "Add vlan pop action with drop opcode",
74 "cmdUnderTest": "$TC actions add action vlan pop drop index 8",
77 "matchPattern": "action order [0-9]+: vlan.*pop.*drop.*index 8 ref",
85 "name": "Add vlan pop action with reclassify opcode",
101 "cmdUnderTest": "$TC actions add action vlan pop reclassify index 8",
104 "matchPattern": "action order [0-9]+: vlan.*pop.*reclassify.*index 8 ref",
112 "name": "Add vlan pop action with continue opcode",
128 "cmdUnderTest": "$TC actions add action vlan pop continue index 8",
131 "matchPattern": "action order [0-9]+: vlan.*pop.*continue.*index 8 ref",
139 "name": "Add vlan pop action with jump opcode",
155 "cmdUnderTest": "$TC actions add action vlan pop jump 10 index 8",
166 "name": "Add vlan pop action with trap opcode",
182 "cmdUnderTest": "$TC actions add action vlan pop trap index 8",
185 "matchPattern": "action order [0-9]+: vlan.*pop trap.*index 8 ref",
193 "name": "Add vlan pop action with invalid opcode",
209 "cmdUnderTest": "$TC actions add action vlan pop foo index 8",
212 "matchPattern": "action order [0-9]+: vlan.*pop.*foo.*index 8 ref",
218 "name": "Add vlan pop action with index at 32-bit maximum",
234 "cmdUnderTest": "$TC actions add action vlan pop index 4294967295",
237 "matchPattern": "action order [0-9]+: vlan.*pop.*index 4294967295 ref",
245 "name": "Add vlan pop action with index exceeding 32-bit maximum",
261 "cmdUnderTest": "$TC actions add action vlan pop reclassify index 429496729599",
264 "matchPattern": "action order [0-9]+: vlan.*pop.reclassify.*index 429496729599",
672 "name": "Replace existing vlan pop action with new cookie",
687 "$TC actions add action vlan pop continue index 1 cookie 22334455"
689 "cmdUnderTest": "$TC actions replace action vlan pop continue index 1 cookie a1b1c2d1",
692 "matchPattern": "action order [0-9]+: vlan.*pop continue.*index 1 ref.*cookie a1b1c2d1",
700 "name": "Delete vlan pop action",
715 "$TC actions add action vlan pop index 44"
720 "matchPattern": "action order [0-9]+: vlan.*pop.*index 44 ref",
889 "name": "Add batch of 32 vlan pop actions with cookie",
905 …"cmdUnderTest": "bash -c \"for i in \\`seq 1 32\\`; do cmd=\\\"action vlan pop continue index \\$i…
916 "name": "Delete batch of 32 vlan pop actions",
931 …"bash -c \"for i in \\`seq 1 32\\`; do cmd=\\\"action vlan pop index \\$i \\\"; args=\\\"\\$args\\…
942 "name": "Add vlan pop action with no_percpu flag",
958 "cmdUnderTest": "$TC actions add action vlan pop no_percpu",
961 "matchPattern": "action order [0-9]+: vlan.*pop.*no_percpu",