Lines Matching full:chain
19 # Helpers to map a VCAP IS1 and VCAP IS2 lookup and policy to a chain number
93 # separate chain number. For correct rule offloading, it is mandatory that each
97 # A chain can only be used if there is a GOTO action correctly set up from the
117 tc filter add dev $eth ingress chain 0 pref 49152 flower \
118 skip_sw action goto chain $(IS1 0)
119 tc filter add dev $eth ingress chain $(IS1 0) pref 49152 \
120 flower skip_sw action goto chain $(IS1 1)
121 tc filter add dev $eth ingress chain $(IS1 1) pref 49152 \
122 flower skip_sw action goto chain $(IS1 2)
123 tc filter add dev $eth ingress chain $(IS1 2) pref 49152 \
124 flower skip_sw action goto chain $(IS2 0 0)
135 tc filter add dev $eth ingress chain $(IS2 0 0) pref 49152 \
136 flower skip_sw action goto chain $(IS2 1 0)
159 tc filter add dev $swp1 ingress chain $(IS1 1) pref 1 \
162 action goto chain $(IS1 2)
164 tc filter add dev $swp1 egress chain $(ES0) pref 1 \
168 tc filter add dev $swp1 ingress chain $(IS1 0) pref 2 \
171 action goto chain $(IS1 1)
173 tc filter add dev $swp1 ingress chain $(IS2 0 0) pref 1 \
176 action goto chain $(IS2 1 0)
248 tc filter add dev $swp1 ingress chain $(IS1 2) pref 3 \
251 action goto chain $(IS2 0 0)
266 tc filter del dev $swp1 ingress chain $(IS1 2) pref 3
289 tc filter add dev $swp2 egress chain $(ES0) pref 3 \
306 tc filter del dev $swp2 egress chain $(ES0) pref 3