Lines Matching full:h1
15 simple_if_init $h1 192.0.2.1/24
16 tc qdisc add dev $h1 clsact
21 tc qdisc del dev $h1 clsact
22 simple_if_fini $h1 192.0.2.1/24
39 tc filter add dev $h1 ingress protocol arp pref 1 handle 101 flower \
42 $MZ $h1 -c 1 -t arp -q
44 tc_check_packets "dev $h1 ingress" 101 1
47 ethtool -K $h1 loopback on
50 setup_wait_dev $h1
52 $MZ $h1 -c 1 -t arp -q
54 tc_check_packets "dev $h1 ingress" 101 1
57 ethtool -K $h1 loopback off
60 $MZ $h1 -c 1 -t arp -q
62 tc_check_packets "dev $h1 ingress" 101 2
65 tc filter del dev $h1 ingress protocol arp pref 1 handle 101 flower
72 h1=${NETIFS[p1]}
80 if ethtool -k $h1 | grep loopback | grep -q fixed; then
81 log_test "SKIP: dev $h1 does not support loopback feature"