eBPF for Windows
|
eBPF link information. This structure can be retrieved by calling bpf_obj_get_info_by_fd on a link fd. More...
#include <ebpf_structs.h>
Data Fields | |
ebpf_id_t | id |
Link ID. More... | |
ebpf_id_t | prog_id |
Program ID. More... | |
enum bpf_link_type | type |
Link type. More... | |
enum bpf_attach_type | attach_type |
Attach type. More... | |
ebpf_attach_type_t | attach_type_uuid |
Attach type UUID. More... | |
ebpf_program_type_t | program_type_uuid |
Program type UUID. More... | |
union { | |
struct { | |
uint32_t ifindex | |
} xdp | |
struct { | |
uint64_t cgroup_id | |
} cgroup | |
uint8_t attach_data | |
}; | |
eBPF link information. This structure can be retrieved by calling bpf_obj_get_info_by_fd on a link fd.
union { ... } |
uint8_t bpf_link_info::attach_data |
enum bpf_attach_type bpf_link_info::attach_type |
Attach type.
ebpf_attach_type_t bpf_link_info::attach_type_uuid |
Attach type UUID.
struct { ... } bpf_link_info::cgroup |
uint64_t bpf_link_info::cgroup_id |
ebpf_id_t bpf_link_info::id |
Link ID.
uint32_t bpf_link_info::ifindex |
ebpf_id_t bpf_link_info::prog_id |
Program ID.
ebpf_program_type_t bpf_link_info::program_type_uuid |
Program type UUID.
enum bpf_link_type bpf_link_info::type |
Link type.
struct { ... } bpf_link_info::xdp |