eBPF for Windows
Data Fields
sys_bpf_obj_pin_attr_t Struct Reference

#include <bpf.h>

Data Fields

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

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: