Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dtest_tunnel.c87 #define VXLAN_TUNL_DEV0 "vxlan00" macro
136 VXLAN_TUNL_DEV0); in add_vxlan_tunnel()
138 VXLAN_TUNL_DEV0, MAC_TUNL_DEV0); in add_vxlan_tunnel()
140 VXLAN_TUNL_DEV0, IP4_ADDR_TUNL_DEV0); in add_vxlan_tunnel()
142 IP4_ADDR_TUNL_DEV1, MAC_TUNL_DEV1, VXLAN_TUNL_DEV0); in add_vxlan_tunnel()
162 VXLAN_TUNL_DEV0); in delete_vxlan_tunnel()
297 ifindex = if_nametoindex(VXLAN_TUNL_DEV0); in test_vxlan_tunnel()