Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_tunnel.c104 #define GRE_TUNL_DEV1 "gre11" macro
771 err = add_ipv4_tunnel(GRE_TUNL_DEV0, GRE_TUNL_DEV1, "gre", "seq"); in test_gre_tunnel()
776 err = add_ipv4_tunnel(GRE_TUNL_DEV0, GRE_TUNL_DEV1, "gre", "seq key 2"); in test_gre_tunnel()
781 err = add_ipv4_tunnel(GRE_TUNL_DEV0, GRE_TUNL_DEV1, "gretap", "seq"); in test_gre_tunnel()
786 err = add_ipv4_tunnel(GRE_TUNL_DEV0, GRE_TUNL_DEV1, "gretap", "seq key 2"); in test_gre_tunnel()
794 if (tc_prog_attach(GRE_TUNL_DEV1, get_fd, set_fd)) in test_gre_tunnel()
801 delete_tunnel(GRE_TUNL_DEV0, GRE_TUNL_DEV1); in test_gre_tunnel()