/kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
H A D | fd-001-lookup.c | 102 unsigned int fd, target_fd; in main() local
|
/kernel/linux/linux-6.6/tools/testing/selftests/proc/ |
H A D | fd-001-lookup.c | 102 unsigned int fd, target_fd; in main() local
|
/kernel/linux/linux-5.10/tools/hv/ |
H A D | hv_fcopy_daemon.c | 24 static int target_fd; variable
|
/kernel/linux/linux-6.6/tools/hv/ |
H A D | hv_fcopy_daemon.c | 24 static int target_fd; variable
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | skel_internal.h | 289 static inline int skel_link_create(int prog_fd, int target_fd, in skel_link_create() argument
|
H A D | bpf.c | 622 int bpf_prog_attach(int prog_fd, int target_fd, enum bpf_attach_type type, in bpf_prog_attach() argument 707 int bpf_prog_detach(int target_fd, enum bpf_attach_type type) in bpf_prog_detach() argument 712 int bpf_prog_detach2(int prog_fd, int target_fd, enum bpf_attach_type type) in bpf_prog_detach2() argument 717 int bpf_link_create(int prog_fd, int target_fd, in bpf_link_create() argument 934 bpf_prog_query(int target_fd, enum bpf_attach_type type, __u32 query_flags, __u32 *attach_flags, __u32 *prog_ids, __u32 *prog_cnt) bpf_prog_query() argument [all...] |
H A D | libbpf.c | 11910 bpf_program_attach_fd(const struct bpf_program *prog, int target_fd, const char *target_name, const struct bpf_link_create_opts *opts) bpf_program_attach_fd() argument 11997 bpf_program__attach_freplace(const struct bpf_program *prog, int target_fd, const char *attach_func_name) bpf_program__attach_freplace() argument 12042 __u32 target_fd = 0; bpf_program__attach_iter() local [all...] |
/third_party/libbpf/src/ |
H A D | skel_internal.h | 289 static inline int skel_link_create(int prog_fd, int target_fd, in skel_link_create() argument
|
H A D | bpf.c | 622 int bpf_prog_attach(int prog_fd, int target_fd, enum bpf_attach_type type, in bpf_prog_attach() argument 707 int bpf_prog_detach(int target_fd, enum bpf_attach_type type) in bpf_prog_detach() argument 712 int bpf_prog_detach2(int prog_fd, int target_fd, enum bpf_attach_type type) in bpf_prog_detach2() argument 717 int bpf_link_create(int prog_fd, int target_fd, in bpf_link_create() argument 950 bpf_prog_query(int target_fd, enum bpf_attach_type type, __u32 query_flags, __u32 *attach_flags, __u32 *prog_ids, __u32 *prog_cnt) bpf_prog_query() argument [all...] |
H A D | libbpf.c | 12390 bpf_program_attach_fd(const struct bpf_program *prog, int target_fd, const char *target_name, const struct bpf_link_create_opts *opts) global() argument 12511 bpf_program__attach_freplace(const struct bpf_program *prog, int target_fd, const char *attach_func_name) global() argument 12556 __u32 target_fd = 0; global() local [all...] |
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | bpf.c | 533 int bpf_prog_attach(int prog_fd, int target_fd, enum bpf_attach_type type, in bpf_prog_attach() argument 543 int bpf_prog_attach_xattr(int prog_fd, int target_fd, in bpf_prog_attach_xattr() argument 562 int bpf_prog_detach(int target_fd, enum bpf_attach_type type) in bpf_prog_detach() argument 573 int bpf_prog_detach2(int prog_fd, int target_fd, enum bpf_attach_type type) in bpf_prog_detach2() argument 585 bpf_link_create(int prog_fd, int target_fd, enum bpf_attach_type attach_type, const struct bpf_link_create_opts *opts) bpf_link_create() argument 655 bpf_prog_query(int target_fd, enum bpf_attach_type type, __u32 query_flags, __u32 *attach_flags, __u32 *prog_ids, __u32 *prog_cnt) bpf_prog_query() argument [all...] |
H A D | libbpf.c | 9711 bpf_program__attach_fd(struct bpf_program *prog, int target_fd, int btf_id, in bpf_program__attach_fd() argument 9804 __u32 target_fd in bpf_program__attach_iter() local 9764 bpf_program__attach_freplace(struct bpf_program *prog, int target_fd, const char *attach_func_name) bpf_program__attach_freplace() argument [all...] |
/kernel/linux/linux-6.6/drivers/android/ |
H A D | binder_internal.h | 517 int target_fd; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | tc_redirect.c | 1104 static int tun_relay_loop(int src_fd, int target_fd) in tun_relay_loop() argument 1147 int src_fd, target_fd = -1; in test_tc_redirect_peer_l3() local [all...] |
/third_party/ltp/include/lapi/ |
H A D | bpf.h | 245 uint32_t target_fd; /* container object to attach to */ member 290 uint32_t target_fd; /* container object to query */ member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | bpf.h | 231 __u32 target_fd; member 262 __u32 target_fd; member
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | bpf.h | 569 __u32 target_fd; /* container object to attach to */ member 621 __u32 target_fd; /* container object to query */ member 661 __u32 target_fd; /* object to attach to */ member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | bpf.h | 569 __u32 target_fd; /* container object to attach to */ member 621 __u32 target_fd; /* container object to query */ member 661 __u32 target_fd; /* object to attach to */ member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | bpf.h | 1472 __u32 target_fd; /* target object to attach to or ... */ member 1530 __u32 target_fd; /* target object to query or ... */ member 1591 __u32 target_fd; /* targe member [all...] |
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | bpf.h | 349 __u32 target_fd; member 388 __u32 target_fd; member 420 __u32 target_fd; member
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | bpf.h | 1472 __u32 target_fd; /* target object to attach to or ... */ member 1530 __u32 target_fd; /* target object to query or ... */ member 1591 __u32 target_fd; /* targe member [all...] |
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | bpf.h | 349 __u32 target_fd; member 388 __u32 target_fd; member 420 __u32 target_fd; member
|
/third_party/libbpf/include/uapi/linux/ |
H A D | bpf.h | 1490 __u32 target_fd; /* target object to attach to or ... */ member 1548 __u32 target_fd; /* target object to query or ... */ member 1609 __u32 target_fd; /* targe member [all...] |