/third_party/libbpf/src/ |
D | bpf.c | 622 int bpf_prog_attach(int prog_fd, int target_fd, enum bpf_attach_type type, in bpf_prog_attach() argument 629 return bpf_prog_attach_opts(prog_fd, target_fd, type, &opts); in bpf_prog_attach() 652 attr.target_fd = target; in bpf_prog_attach_opts() 690 attr.target_fd = target; in bpf_prog_detach_opts() 707 int bpf_prog_detach(int target_fd, enum bpf_attach_type type) in bpf_prog_detach() argument 709 return bpf_prog_detach_opts(0, target_fd, type, NULL); in bpf_prog_detach() 712 int bpf_prog_detach2(int prog_fd, int target_fd, enum bpf_attach_type type) in bpf_prog_detach2() argument 714 return bpf_prog_detach_opts(prog_fd, target_fd, type, NULL); in bpf_prog_detach2() 717 int bpf_link_create(int prog_fd, int target_fd, in bpf_link_create() argument 742 attr.link_create.target_fd = target_fd; in bpf_link_create() [all …]
|
D | skel_internal.h | 289 static inline int skel_link_create(int prog_fd, int target_fd, in skel_link_create() argument 297 attr.link_create.target_fd = target_fd; in skel_link_create()
|
D | bpf.h | 428 LIBBPF_API int bpf_link_create(int prog_fd, int target_fd, 589 LIBBPF_API int bpf_prog_query(int target_fd, enum bpf_attach_type type,
|
D | libbpf.h | 771 int target_fd, const char *attach_func_name);
|
D | libbpf.c | 12391 int target_fd, const char *target_name, argument 12411 link_fd = bpf_link_create(prog_fd, target_fd, attach_type, opts); 12512 int target_fd, argument 12517 if (!!target_fd != !!attach_func_name) { 12529 if (target_fd) { 12532 btf_id = libbpf_find_prog_btf_id(attach_func_name, target_fd); 12538 return bpf_program_attach_fd(prog, target_fd, "freplace", 12556 __u32 target_fd = 0; local 12575 link_fd = bpf_link_create(prog_fd, target_fd, BPF_TRACE_ITER,
|
/third_party/ltp/include/lapi/ |
D | bpf.h | 245 uint32_t target_fd; /* container object to attach to */ member 290 uint32_t target_fd; /* container object to query */ member
|
/third_party/libbpf/include/uapi/linux/ |
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; /* target object to attach to or ... */ member
|
/third_party/node/deps/googletest/src/ |
D | gtest-death-test.cc | 1012 add_stderr_action->fd.target_fd = STDERR_FILENO; in AssumeRole()
|
/third_party/googletest/googletest/src/ |
D | gtest-death-test.cc | 1024 add_stderr_action->fd.target_fd = STDERR_FILENO; in AssumeRole()
|
/third_party/mesa3d/src/gtest/src/ |
D | gtest-death-test.cc | 1034 add_stderr_action->fd.target_fd = STDERR_FILENO; in AssumeRole()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 25426 __u32 target_fd; member 25465 __u32 target_fd; member 25497 __u32 target_fd; member
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v0.abi | 55534 …<var-decl name="target_fd" type-id="3f1a6b60" visibility="default" filepath="include/uapi/linux/bp… 55610 …<var-decl name="target_fd" type-id="3f1a6b60" visibility="default" filepath="include/uapi/linux/bp…
|
D | test-PR27569-v1.abi | 55563 …<var-decl name="target_fd" type-id="3f1a6b60" visibility="default" filepath="include/uapi/linux/bp… 55639 …<var-decl name="target_fd" type-id="3f1a6b60" visibility="default" filepath="include/uapi/linux/bp…
|