eBPF for Windows
|
#include <bpf.h>
Data Fields | |
uint32_t | target_fd |
eBPF target to attach/detach to/from. More... | |
uint32_t | attach_bpf_fd |
File descriptor of program to attach to. More... | |
enum bpf_attach_type | attach_type |
Type of program to attach/detach to/from. More... | |
uint32_t | attach_flags |
Flags affecting the attach operation. More... | |
uint32_t sys_bpf_prog_attach_attr_t::attach_bpf_fd |
File descriptor of program to attach to.
uint32_t sys_bpf_prog_attach_attr_t::attach_flags |
Flags affecting the attach operation.
enum bpf_attach_type sys_bpf_prog_attach_attr_t::attach_type |
Type of program to attach/detach to/from.
uint32_t sys_bpf_prog_attach_attr_t::target_fd |
eBPF target to attach/detach to/from.