Searched defs:target_fd (Results 1 – 6 of 6) sorted by relevance
| /third_party/libbpf/src/ |
| D | bpf.c | 612 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()
|
| D | skel_internal.h | 289 static inline int skel_link_create(int prog_fd, int target_fd, in skel_link_create()
|
| D | libbpf.c | 11772 bpf_program__attach_fd(const struct bpf_program *prog, int target_fd, int btf_id, 11826 int target_fd, 11865 __u32 target_fd = 0; local
|
| /third_party/ltp/include/lapi/ |
| D | bpf.h | 238 uint32_t target_fd; /* container object to attach to */ member 283 uint32_t target_fd; /* container object to query */ member
|
| /third_party/libbpf/include/uapi/linux/ |
| D | bpf.h | 1410 __u32 target_fd; /* container object to attach to */ member 1463 __u32 target_fd; /* container object to query */ member 1507 __u32 target_fd; /* object to attach to */ member
|
| /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
|