Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dtest_tunnel.c841 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 …]
/linux-6.15/tools/bpf/bpftool/
H A Dcommon.c375 int do_pin_any(int argc, char **argv, int (*get_fd)(int *, char ***)) in do_pin_any()
383 fd = get_fd(&argc, &argv); in do_pin_any()