Go to the source code of this file.
◆ EBPF_ATTACH_CLIENT_DATA_VERSION
#define EBPF_ATTACH_CLIENT_DATA_VERSION 0 |
◆ EBPF_ATTACH_PROVIDER_DATA_VERSION
#define EBPF_ATTACH_PROVIDER_DATA_VERSION 1 |
◆ EBPF_MAX_GENERAL_HELPER_FUNCTION
#define EBPF_MAX_GENERAL_HELPER_FUNCTION 0xFFFF |
◆ EBPF_PROGRAM_INFORMATION_PROVIDER_DATA_VERSION
#define EBPF_PROGRAM_INFORMATION_PROVIDER_DATA_VERSION 0 |
◆ _ebpf_extension_dispatch_function
◆ ebpf_attach_provider_data_t
◆ ebpf_execution_context_state_t
◆ ebpf_extension_data_t
◆ ebpf_extension_dispatch_table_t
◆ ebpf_extension_program_dispatch_table_t
◆ ebpf_program_batch_begin_invoke_function_t
typedef ebpf_result_t(* ebpf_program_batch_begin_invoke_function_t) (const void *extension_client_binding_context, size_t state_size, _Out_writes_(state_size) void *state) |
◆ ebpf_program_batch_end_invoke_function_t
typedef ebpf_result_t(* ebpf_program_batch_end_invoke_function_t) (const void *extension_client_binding_context, _Inout_ void *state) |
◆ ebpf_program_batch_invoke_function_t
typedef ebpf_result_t(* ebpf_program_batch_invoke_function_t) (const void *extension_client_binding_context, _Inout_ void *program_context, uint32_t *result, const void *state) |
◆ ebpf_program_invoke_function_t
typedef ebpf_result_t(* ebpf_program_invoke_function_t) (const void *extension_client_binding_context, _Inout_ void *program_context, uint32_t *result) |