eBPF for Windows
|
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... | |
Attributes used by BPF_PROG_BIND_MAP.
uint32_t sys_bpf_prog_bind_map_attr_t::flags |
Flags affecting the bind operation.
uint32_t sys_bpf_prog_bind_map_attr_t::map_fd |
File descriptor of map to bind.
uint32_t sys_bpf_prog_bind_map_attr_t::prog_fd |
File descriptor of program to bind map to.