Searched defs:target_fd (Results 1 – 5 of 5) sorted by relevance
| /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() 707 int bpf_prog_detach(int target_fd, enum bpf_attach_type type) in bpf_prog_detach() 712 int bpf_prog_detach2(int prog_fd, int target_fd, enum bpf_attach_type type) in bpf_prog_detach2() 717 int bpf_link_create(int prog_fd, int target_fd, in bpf_link_create() 950 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 | 12391 int target_fd, const char *target_name, 12512 int target_fd, 12556 __u32 target_fd = 0; local
|
| /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
|