eBPF for Windows
Data Fields
bpf_prog_bind_map_attr_t Struct Reference

Attributes used by BPF_PROG_BIND_MAP. More...

#include <bpf.h>

Data Fields

uint32_t prog_fd
 File descriptor of program to bind map to. More...
 
uint32_t map_fd
 File descriptor of map to bind. More...
 
uint32_t flags
 Flags affecting the bind operation. More...
 

Detailed Description

Attributes used by BPF_PROG_BIND_MAP.

Field Documentation

◆ flags

uint32_t bpf_prog_bind_map_attr_t::flags

Flags affecting the bind operation.

◆ map_fd

uint32_t bpf_prog_bind_map_attr_t::map_fd

File descriptor of map to bind.

◆ prog_fd

uint32_t bpf_prog_bind_map_attr_t::prog_fd

File descriptor of program to bind map to.


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