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.c96 #define IPIP_TUNL_DEV1 "ipip11" macro
290 SYS(fail, "ip link add dev %s type ipip external", IPIP_TUNL_DEV1); in add_ipip_tunnel()
291 SYS(fail, "ip link set dev %s up", IPIP_TUNL_DEV1); in add_ipip_tunnel()
292 SYS(fail, "ip addr add dev %s %s/24", IPIP_TUNL_DEV1, in add_ipip_tunnel()
304 SYS_NOFAIL("ip link delete dev %s", IPIP_TUNL_DEV1); in delete_ipip_tunnel()
767 if (generic_attach(IPIP_TUNL_DEV1, get_src_prog_fd, set_src_prog_fd)) in test_ipip_tunnel()