eBPF for Windows
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
sys_bpf_obj_pin_attr_t Struct Reference

#include <bpf.h>

Data Fields

uint64_t pathname
 Path name for pinning.
 
uint32_t bpf_fd
 File descriptor referring to the program or map.
 
uint32_t flags
 Not supported, must be zero.
 

Field Documentation

◆ bpf_fd

uint32_t sys_bpf_obj_pin_attr_t::bpf_fd

File descriptor referring to the program or map.

◆ flags

uint32_t sys_bpf_obj_pin_attr_t::flags

Not supported, must be zero.

◆ pathname

uint64_t sys_bpf_obj_pin_attr_t::pathname

Path name for pinning.


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