eBPF for Windows
Data Fields
_ebpf_program_info Struct Reference

#include <ebpf_program_types.h>

Data Fields

ebpf_extension_header_t header
 
const ebpf_program_type_descriptor_tprogram_type_descriptor
 
uint32_t count_of_program_type_specific_helpers
 
const ebpf_helper_function_prototype_tprogram_type_specific_helper_prototype
 
uint32_t count_of_global_helpers
 
const ebpf_helper_function_prototype_tglobal_helper_prototype
 

Field Documentation

◆ count_of_global_helpers

uint32_t _ebpf_program_info::count_of_global_helpers

◆ count_of_program_type_specific_helpers

uint32_t _ebpf_program_info::count_of_program_type_specific_helpers

◆ global_helper_prototype

const ebpf_helper_function_prototype_t* _ebpf_program_info::global_helper_prototype

◆ header

ebpf_extension_header_t _ebpf_program_info::header

◆ program_type_descriptor

const ebpf_program_type_descriptor_t* _ebpf_program_info::program_type_descriptor

◆ program_type_specific_helper_prototype

const ebpf_helper_function_prototype_t* _ebpf_program_info::program_type_specific_helper_prototype

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