eBPF for Windows
|
#include <ebpf_extension.h>
Data Fields | |
uint16_t | version |
Version of the dispatch table. More... | |
uint16_t | count |
Number of entries in the dispatch table. More... | |
ebpf_program_invoke_function_t | ebpf_program_invoke_function |
ebpf_program_batch_begin_invoke_function_t | ebpf_program_batch_begin_invoke_function |
ebpf_program_batch_invoke_function_t | ebpf_program_batch_invoke_function |
ebpf_program_batch_end_invoke_function_t | ebpf_program_batch_end_invoke_function |
uint16_t _ebpf_extension_program_dispatch_table::count |
Number of entries in the dispatch table.
ebpf_program_batch_begin_invoke_function_t _ebpf_extension_program_dispatch_table::ebpf_program_batch_begin_invoke_function |
ebpf_program_batch_end_invoke_function_t _ebpf_extension_program_dispatch_table::ebpf_program_batch_end_invoke_function |
ebpf_program_batch_invoke_function_t _ebpf_extension_program_dispatch_table::ebpf_program_batch_invoke_function |
ebpf_program_invoke_function_t _ebpf_extension_program_dispatch_table::ebpf_program_invoke_function |
uint16_t _ebpf_extension_program_dispatch_table::version |
Version of the dispatch table.