Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dtest_tunnel.c572 static int generic_attach(const char *dev, int igr_fd, int egr_fd) in generic_attach() function
638 if (generic_attach(VXLAN_TUNL_DEV1, get_src_prog_fd, set_src_prog_fd)) in test_vxlan_tunnel()
698 if (generic_attach(IP6VXLAN_TUNL_DEV1, get_src_prog_fd, set_src_prog_fd)) in test_ip6vxlan_tunnel()
767 if (generic_attach(IPIP_TUNL_DEV1, get_src_prog_fd, set_src_prog_fd)) in test_ipip_tunnel()
873 if (generic_attach(GRE_TUNL_DEV1, get_fd, set_fd)) in test_gre_tunnel()
914 if (generic_attach(IP6GRE_TUNL_DEV1, get_fd, set_fd)) in test_ip6gre_tunnel()
957 if (generic_attach(ERSPAN_TUNL_DEV1, get_fd, set_fd)) in test_erspan_tunnel()
993 if (generic_attach(IP6ERSPAN_TUNL_DEV1, get_fd, set_fd)) in test_ip6erspan_tunnel()
1020 if (generic_attach(GENEVE_TUNL_DEV1, get_fd, set_fd)) in test_geneve_tunnel()
1047 if (generic_attach(IP6GENEVE_TUNL_DEV1, get_fd, set_fd)) in test_ip6geneve_tunnel()
[all …]