Home
last modified time | relevance | path

Searched refs:IP4_ADDR_TUNL_DEV0 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_tunnel.c71 #define IP4_ADDR_TUNL_DEV0 "10.1.1.100" macro
128 VXLAN_TUNL_DEV0, IP4_ADDR_TUNL_DEV0); in add_vxlan_tunnel()
140 IP4_ADDR_TUNL_DEV0, MAC_TUNL_DEV0, VXLAN_TUNL_DEV1); in add_vxlan_tunnel()
167 IP6VXLAN_TUNL_DEV0, IP4_ADDR_TUNL_DEV0); in add_ip6vxlan_tunnel()
244 IPIP_TUNL_DEV0, IP4_ADDR_TUNL_DEV0); in add_ipip_tunnel()
379 err = test_ping(AF_INET, IP4_ADDR_TUNL_DEV0); in test_vxlan_tunnel()
452 err = test_ping(AF_INET, IP4_ADDR_TUNL_DEV0); in test_ip6vxlan_tunnel()
517 err = test_ping(AF_INET, IP4_ADDR_TUNL_DEV0); in test_ipip_tunnel()