Lines Matching refs:h1
11 simple_if_init $h1 192.0.2.1/24
12 tc qdisc add dev $h1 clsact
17 tc qdisc del dev $h1 clsact
18 simple_if_fini $h1 192.0.2.1/24
35 tc filter add dev $h1 ingress protocol arp pref 1 handle 101 flower \
38 $MZ $h1 -c 1 -t arp -q
40 tc_check_packets "dev $h1 ingress" 101 1
43 ethtool -K $h1 loopback on
46 setup_wait_dev $h1
48 $MZ $h1 -c 1 -t arp -q
50 tc_check_packets "dev $h1 ingress" 101 1
53 ethtool -K $h1 loopback off
56 $MZ $h1 -c 1 -t arp -q
58 tc_check_packets "dev $h1 ingress" 101 2
61 tc filter del dev $h1 ingress protocol arp pref 1 handle 101 flower
68 h1=${NETIFS[p1]}