eBPF for Windows
Data Fields
bpf_obj_info_attr_t Struct Reference

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...
 
uint64_t info
 Pointer to memory in which to write the info obtained. 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...
 

Detailed Description

Attributes used by BPF_OBJ_GET_INFO_BY_FD.

Field Documentation

◆ bpf_fd

uint32_t bpf_obj_info_attr_t::bpf_fd

File descriptor referring to an eBPF object.

◆ info

uint64_t bpf_obj_info_attr_t::info

Pointer to memory in which to write the info obtained.

◆ info_len

uint32_t 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.


The documentation for this struct was generated from the following file: