Lines Matching full:ingress

131 	# Rule to measure bandwidth on ingress of $h2
132 tc filter add dev $h2 ingress protocol ip pref 1 handle 101 flower \
139 local t0=$(tc_rule_stats_get $h2 1 ingress .bytes)
141 local t1=$(tc_rule_stats_get $h2 1 ingress .bytes)
152 tc filter del dev $h2 ingress protocol ip pref 1 handle 101 flower
157 # Rule to police traffic destined to $h2 on ingress of $rp1
158 tc filter add dev $rp1 ingress protocol ip pref 1 handle 101 flower \
164 tc filter del dev $rp1 ingress protocol ip pref 1 handle 101 flower
189 local t0=$(tc_rule_stats_get $h2 1 ingress .bytes)
191 local t1=$(tc_rule_stats_get $h2 1 ingress .bytes)
206 # Rule to measure bandwidth on ingress of $h2
207 tc filter add dev $h2 ingress protocol ip pref 1 handle 101 flower \
211 # Rule to police traffic destined to $h2 on ingress of $rp1
212 tc filter add dev $rp1 ingress protocol ip pref 1 handle 101 flower \
228 tc filter del dev $rp1 ingress protocol ip pref 1 handle 101 flower
229 tc filter del dev $h2 ingress protocol ip pref 1 handle 101 flower
240 # Rule to measure bandwidth on ingress of $h2
241 tc filter add dev $h2 ingress protocol ip pref 1 handle 101 flower \
245 # Rule to measure bandwidth of mirrored traffic on ingress of $h3
246 tc filter add dev $h3 ingress protocol ip pref 1 handle 101 flower \
259 local t0=$(tc_rule_stats_get $h2 1 ingress .bytes)
261 local t1=$(tc_rule_stats_get $h2 1 ingress .bytes)
269 local t0=$(tc_rule_stats_get $h3 1 ingress .bytes)
271 local t1=$(tc_rule_stats_get $h3 1 ingress .bytes)
283 tc filter del dev $h3 ingress protocol ip pref 1 handle 101 flower
284 tc filter del dev $h2 ingress protocol ip pref 1 handle 101 flower
289 police_mirror_common_test $rp1 ingress "police rx and mirror"
303 # Rule to measure bandwidth on ingress of $h2
304 tc filter add dev $h2 ingress protocol ip pref 1 handle 101 flower \
311 local t0=$(tc_rule_stats_get $h2 1 ingress .packets)
313 local t1=$(tc_rule_stats_get $h2 1 ingress .packets)
324 tc filter del dev $h2 ingress protocol ip pref 1 handle 101 flower
329 # Rule to police traffic destined to $h2 on ingress of $rp1
330 tc filter add dev $rp1 ingress protocol ip pref 1 handle 101 flower \
336 tc filter del dev $rp1 ingress protocol ip pref 1 handle 101 flower
363 tc filter add dev $h2 ingress protocol ip pref 1 handle 101 flower \
382 tc_check_packets "dev $h2 ingress" 101 3
385 tc filter del dev $h2 ingress protocol ip pref 1 handle 101 flower
393 police_mtu_common_test "police mtu (rx)" $rp1 ingress