Home
last modified time | relevance | path

Searched defs:target_fd (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/tools/lib/bpf/
A Dbpf.c612 int bpf_prog_attach(int prog_fd, int target_fd, enum bpf_attach_type type, in bpf_prog_attach()
622 int bpf_prog_attach_opts(int prog_fd, int target_fd, in bpf_prog_attach_opts()
644 int bpf_prog_detach(int target_fd, enum bpf_attach_type type) in bpf_prog_detach()
658 int bpf_prog_detach2(int prog_fd, int target_fd, enum bpf_attach_type type) in bpf_prog_detach2()
673 int bpf_link_create(int prog_fd, int target_fd, in bpf_link_create()
820 int bpf_prog_query_opts(int target_fd, in bpf_prog_query_opts()
848 int bpf_prog_query(int target_fd, enum bpf_attach_type type, __u32 query_flags, in bpf_prog_query()
A Dskel_internal.h289 static inline int skel_link_create(int prog_fd, int target_fd, in skel_link_create()
A Dlibbpf.c11278 bpf_program__attach_fd(const struct bpf_program *prog, int target_fd, int btf_id, in bpf_program__attach_fd()
11332 int target_fd, in bpf_program__attach_freplace()
11371 __u32 target_fd = 0; in bpf_program__attach_iter() local
/linux-6.3-rc2/tools/testing/selftests/proc/
A Dfd-001-lookup.c102 unsigned int fd, target_fd; in main() local
/linux-6.3-rc2/tools/hv/
A Dhv_fcopy_daemon.c24 static int target_fd; variable
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dtc_redirect.c969 static int tun_relay_loop(int src_fd, int target_fd) in tun_relay_loop()
1012 int src_fd, target_fd = -1; in test_tc_redirect_peer_l3() local
/linux-6.3-rc2/drivers/android/
A Dbinder_internal.h511 int target_fd; member
/linux-6.3-rc2/include/uapi/linux/
A Dbpf.h1415 __u32 target_fd; /* container object to attach to */ member
1468 __u32 target_fd; /* container object to query */ member
1512 __u32 target_fd; /* object to attach to */ member
/linux-6.3-rc2/tools/include/uapi/linux/
A Dbpf.h1415 __u32 target_fd; /* container object to attach to */ member
1468 __u32 target_fd; /* container object to query */ member
1512 __u32 target_fd; /* object to attach to */ member

Completed in 61 milliseconds