Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/bpf/
Dtest_lirc_mode2_user.c52 int ret, lircfd, progfd, inputfd; in main() local
Dtest_sysctl.c1547 int progfd = -1; in run_test_case() local
/linux-6.14.4/tools/bpf/bpftool/
Dnet.c637 static int do_attach_detach_xdp(int progfd, enum net_attach_type attach_type, in do_attach_detach_xdp()
666 static int do_attach_tcx(int progfd, enum net_attach_type attach_type, int ifindex) in do_attach_tcx()
683 int progfd, ifindex, err = 0; in do_attach() local
750 int progfd, ifindex, err = 0; in do_detach() local
Dprog.c1039 static int parse_attach_detach_args(int argc, char **argv, int *progfd, in parse_attach_detach_args()
1075 int err, progfd; in do_attach() local
1097 int err, progfd; in do_detach() local
/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/
Dsocket_helpers.h201 static inline int enable_reuseport(int s, int progfd) in enable_reuseport()
216 static inline int socket_loopback_reuseport(int family, int sotype, int progfd) in socket_loopback_reuseport()
Dsockmap_listen.c311 int progfd; in test_destroy_orphan_child() member