Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_tunnel.c94 #define IPIP_TUNL_DEV1 "ipip11" macro
255 SYS(fail, "ip link add dev %s type ipip external", IPIP_TUNL_DEV1); in add_ipip_tunnel()
256 SYS(fail, "ip link set dev %s up", IPIP_TUNL_DEV1); in add_ipip_tunnel()
257 SYS(fail, "ip addr add dev %s %s/24", IPIP_TUNL_DEV1, in add_ipip_tunnel()
269 SYS_NOFAIL("ip link delete dev %s", IPIP_TUNL_DEV1); in delete_ipip_tunnel()
576 ifindex = if_nametoindex(IPIP_TUNL_DEV1); in test_ipip_tunnel()