eBPF for Windows
Data Fields
_ebpf_helper_function_prototype Struct Reference

#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
 

Field Documentation

◆ arguments

ebpf_argument_type_t _ebpf_helper_function_prototype::arguments[5]

◆ flags

ebpf_helper_function_prototype_flags_t _ebpf_helper_function_prototype::flags

◆ header

ebpf_extension_header_t _ebpf_helper_function_prototype::header

◆ helper_id

uint32_t _ebpf_helper_function_prototype::helper_id

◆ implicit_context

bool _ebpf_helper_function_prototype::implicit_context

◆ name

const char* _ebpf_helper_function_prototype::name

◆ return_type

ebpf_return_type_t _ebpf_helper_function_prototype::return_type

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