Home
last modified time | relevance | path

Searched defs:progfd (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_sock.c407 static int attach_sock_prog(int cgfd, int progfd, in attach_sock_prog()
482 int progfd = -1; in run_test_case() local
H A Dtest_lirc_mode2_user.c52 int ret, lircfd, progfd, inputfd; in main() local
H A Dtest_sysctl.c1547 int progfd = -1; in run_test_case() local
H A Dtest_sock_addr.c1319 int progfd = -1; in run_test_case() local
/openbmc/linux/tools/bpf/bpftool/
H A Dnet.c628 static int do_attach_detach_xdp(int progfd, enum net_attach_type attach_type, in do_attach_detach_xdp()
648 int progfd, ifindex, err = 0; in do_attach() local
702 int progfd, ifindex, err = 0; in do_detach() local
H A Dprog.c1028 static int parse_attach_detach_args(int argc, char **argv, int *progfd, in parse_attach_detach_args()
1064 int err, progfd; in do_attach() local
1086 int err, progfd; in do_detach() local
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_helpers.h363 static inline int enable_reuseport(int s, int progfd) in enable_reuseport()
378 static inline int socket_loopback_reuseport(int family, int sotype, int progfd) in socket_loopback_reuseport()
H A Dsockmap_listen.c309 int progfd; in test_destroy_orphan_child() member