eBPF for Windows
Data Fields
sys_bpf_prog_attach_attr_t Struct Reference

#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...
 

Field Documentation

◆ attach_bpf_fd

uint32_t sys_bpf_prog_attach_attr_t::attach_bpf_fd

File descriptor of program to attach to.

◆ attach_flags

uint32_t sys_bpf_prog_attach_attr_t::attach_flags

Flags affecting the attach operation.

◆ attach_type

enum bpf_attach_type sys_bpf_prog_attach_attr_t::attach_type

Type of program to attach/detach to/from.

◆ target_fd

uint32_t sys_bpf_prog_attach_attr_t::target_fd

eBPF target to attach/detach to/from.


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