Lines Matching full:chain
37 # Helpers to map a VCAP IS1 and VCAP IS2 lookup and policy to a chain number
111 # separate chain number. For correct rule offloading, it is mandatory that each
115 # A chain can only be used if there is a GOTO action correctly set up from the
135 tc filter add dev $eth ingress chain 0 pref 49152 flower \
136 skip_sw action goto chain $(IS1 0)
137 tc filter add dev $eth ingress chain $(IS1 0) pref 49152 \
138 flower skip_sw action goto chain $(IS1 1)
139 tc filter add dev $eth ingress chain $(IS1 1) pref 49152 \
140 flower skip_sw action goto chain $(IS1 2)
141 tc filter add dev $eth ingress chain $(IS1 2) pref 49152 \
142 flower skip_sw action goto chain $(IS2 0 0)
153 tc filter add dev $eth ingress chain $(IS2 0 0) pref 49152 \
154 flower skip_sw action goto chain $(IS2 1 0)
172 tc filter add dev $eth0 ingress chain $(IS1 1) pref 1 \
175 action goto chain $(IS1 2)
177 tc filter add dev $eth0 egress chain $(ES0) pref 1 \
181 tc filter add dev $eth0 ingress chain $(IS1 0) pref 2 \
184 action goto chain $(IS1 1)
186 tc filter add dev $eth0 ingress chain $(IS2 0 0) pref 1 \
189 action goto chain $(IS2 1 0)
254 tc filter add dev $eth0 ingress chain $(IS1 2) pref 3 \
257 action goto chain $(IS2 0 0)
275 tc filter del dev $eth0 ingress chain $(IS1 2) pref 3