eBPF for Windows
|
#include <ebpf_program_types.h>
Data Fields | |
ebpf_extension_header_t | header |
uint32_t | helper_id |
const char * | name |
ebpf_return_type_t | return_type |
ebpf_argument_type_t | arguments [5] |
ebpf_helper_function_prototype_flags_t | flags |
bool | implicit_context |
ebpf_argument_type_t _ebpf_helper_function_prototype::arguments[5] |
ebpf_helper_function_prototype_flags_t _ebpf_helper_function_prototype::flags |
ebpf_extension_header_t _ebpf_helper_function_prototype::header |
uint32_t _ebpf_helper_function_prototype::helper_id |
bool _ebpf_helper_function_prototype::implicit_context |
const char* _ebpf_helper_function_prototype::name |
ebpf_return_type_t _ebpf_helper_function_prototype::return_type |