Searched refs:set_fd (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | test_tunnel.c | 841 int set_fd, get_fd; in test_gre_tunnel() local 873 if (generic_attach(GRE_TUNL_DEV1, get_fd, set_fd)) in test_gre_tunnel() 892 int set_fd, get_fd; in test_ip6gre_tunnel() local 914 if (generic_attach(IP6GRE_TUNL_DEV1, get_fd, set_fd)) in test_ip6gre_tunnel() 934 int set_fd, get_fd; in test_erspan_tunnel() local 957 if (generic_attach(ERSPAN_TUNL_DEV1, get_fd, set_fd)) in test_erspan_tunnel() 970 int set_fd, get_fd; in test_ip6erspan_tunnel() local 1006 int set_fd, get_fd; in test_geneve_tunnel() local 1020 if (generic_attach(GENEVE_TUNL_DEV1, get_fd, set_fd)) in test_geneve_tunnel() 1033 int set_fd, get_fd; in test_ip6geneve_tunnel() local [all …]
|