eBPF for Windows
|
Attributes used by BPF_OBJ_GET_INFO_BY_FD. More...
#include <bpf.h>
Data Fields | |
uint32_t | bpf_fd |
File descriptor referring to an eBPF object. More... | |
uint32_t | info_len |
On input, contains the maximum number of bytes to write into the info. On output, contains the actual number of bytes written. More... | |
uint64_t | info |
Pointer to memory in which to write the info obtained. More... | |
Attributes used by BPF_OBJ_GET_INFO_BY_FD.
uint32_t sys_bpf_obj_info_attr_t::bpf_fd |
File descriptor referring to an eBPF object.
uint64_t sys_bpf_obj_info_attr_t::info |
Pointer to memory in which to write the info obtained.
uint32_t sys_bpf_obj_info_attr_t::info_len |
On input, contains the maximum number of bytes to write into the info. On output, contains the actual number of bytes written.