Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_tunnel.c93 #define IPIP_TUNL_DEV1 "ipip11" macro
249 SYS(fail, "ip link add dev %s type ipip external", IPIP_TUNL_DEV1); in add_ipip_tunnel()
250 SYS(fail, "ip link set dev %s up", IPIP_TUNL_DEV1); in add_ipip_tunnel()
251 SYS(fail, "ip addr add dev %s %s/24", IPIP_TUNL_DEV1, in add_ipip_tunnel()
263 SYS_NOFAIL("ip link delete dev %s", IPIP_TUNL_DEV1); in delete_ipip_tunnel()
484 ifindex = if_nametoindex(IPIP_TUNL_DEV1); in test_ipip_tunnel()