Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_tunnel.c87 #define VXLAN_TUNL_DEV0 "vxlan00" macro
124 VXLAN_TUNL_DEV0); in add_vxlan_tunnel()
126 VXLAN_TUNL_DEV0, MAC_TUNL_DEV0); in add_vxlan_tunnel()
128 VXLAN_TUNL_DEV0, IP4_ADDR_TUNL_DEV0); in add_vxlan_tunnel()
130 IP4_ADDR_TUNL_DEV1, MAC_TUNL_DEV1, VXLAN_TUNL_DEV0); in add_vxlan_tunnel()
150 VXLAN_TUNL_DEV0); in delete_vxlan_tunnel()
358 ifindex = if_nametoindex(VXLAN_TUNL_DEV0); in test_vxlan_tunnel()