Searched defs:target_fd (Results 1 – 9 of 9) sorted by relevance
/linux-6.14.4/tools/testing/selftests/proc/ |
D | fd-001-lookup.c | 102 unsigned int fd, target_fd; in main() local
|
/linux-6.14.4/tools/lib/bpf/ |
D | bpf.c | 630 int bpf_prog_attach(int prog_fd, int target_fd, enum bpf_attach_type type, in bpf_prog_attach() 715 int bpf_prog_detach(int target_fd, enum bpf_attach_type type) in bpf_prog_detach() 720 int bpf_prog_detach2(int prog_fd, int target_fd, enum bpf_attach_type type) in bpf_prog_detach2() 725 int bpf_link_create(int prog_fd, int target_fd, in bpf_link_create() 961 int bpf_prog_query(int target_fd, enum bpf_attach_type type, __u32 query_flags, in bpf_prog_query()
|
D | skel_internal.h | 289 static inline int skel_link_create(int prog_fd, int target_fd, in skel_link_create()
|
D | libbpf.c | 12715 int target_fd, const char *target_name, in bpf_program_attach_fd() 12841 int target_fd, in bpf_program__attach_freplace() 12884 __u32 target_fd = 0; in bpf_program__attach_iter() local
|
/linux-6.14.4/tools/hv/ |
D | hv_fcopy_uio_daemon.c | 54 static int target_fd; variable
|
/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/ |
D | tc_redirect.c | 1116 static int tun_relay_loop(int src_fd, int target_fd) in tun_relay_loop() 1159 int src_fd, target_fd = -1; in test_tc_redirect_peer_l3() local
|
/linux-6.14.4/drivers/android/ |
D | binder_internal.h | 530 int target_fd; member
|
/linux-6.14.4/tools/include/uapi/linux/ |
D | bpf.h | 1603 __u32 target_fd; /* target object to attach to or ... */ member 1661 __u32 target_fd; /* target object to query or ... */ member 1729 __u32 target_fd; /* target object to attach to or ... */ member
|
/linux-6.14.4/include/uapi/linux/ |
D | bpf.h | 1603 __u32 target_fd; /* target object to attach to or ... */ member 1661 __u32 target_fd; /* target object to query or ... */ member 1729 __u32 target_fd; /* target object to attach to or ... */ member
|