Searched refs:VXLAN_TUNL_DEV1 (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | test_tunnel.c | 91 #define VXLAN_TUNL_DEV1 "vxlan11" macro 145 SYS_NOFAIL("ip link del %s", VXLAN_TUNL_DEV1); in cleanup() 165 VXLAN_TUNL_DEV1); in add_vxlan_tunnel() 166 SYS(fail, "ip link set dev %s address %s up", VXLAN_TUNL_DEV1, MAC_TUNL_DEV1); in add_vxlan_tunnel() 167 SYS(fail, "ip addr add dev %s %s/24", VXLAN_TUNL_DEV1, IP4_ADDR_TUNL_DEV1); in add_vxlan_tunnel() 169 IP4_ADDR_TUNL_DEV0, MAC_TUNL_DEV0, VXLAN_TUNL_DEV1); in add_vxlan_tunnel() 180 SYS_NOFAIL("ip link delete dev %s", VXLAN_TUNL_DEV1); in delete_vxlan_tunnel() 559 if (tc_prog_attach(VXLAN_TUNL_DEV1, get_src_prog_fd, set_src_prog_fd)) in test_vxlan_tunnel()
|