Home
last modified time | relevance | path

Searched refs:bpf_fd (Results 1 - 4 of 4) sorted by relevance

/third_party/ltp/include/lapi/
H A Dbpf.h240 uint32_t bpf_fd; member
284 uint32_t bpf_fd; member
/third_party/libbpf/src/
H A Dbpf.c588 attr.bpf_fd = fd; in bpf_obj_pin_opts()
1132 int bpf_obj_get_info_by_fd(int bpf_fd, void *info, __u32 *info_len) in bpf_obj_get_info_by_fd() argument
1139 attr.info.bpf_fd = bpf_fd; in bpf_obj_get_info_by_fd()
H A Dbpf.h488 LIBBPF_API int bpf_obj_get_info_by_fd(int bpf_fd, void *info, __u32 *info_len);
/third_party/libbpf/include/uapi/linux/
H A Dbpf.h245 * Pin an eBPF program or map referred by the specified *bpf_fd*
252 * *bpf_fd* is closed. This allow the eBPF object to live beyond
253 * **close**\ (\ *bpf_fd*\ ), and hence the lifetime of the parent
418 * *bpf_fd*.
422 * of *bpf_fd*:
1477 __u32 bpf_fd; member
1541 __u32 bpf_fd; member

Completed in 23 milliseconds