|
eBPF for Windows
|
Custom map client data. More...
#include <ebpf_extension.h>
Data Fields | |
| ebpf_extension_header_t | header |
| Standard extension header containing version and size information. | |
| uint64_t | map_context_offset |
| Offset within the map structure where the provider context data is stored. | |
| ebpf_base_map_client_dispatch_table_t * | base_client_table |
| Pointer to base map client dispatch table. | |
Custom map client data.
| ebpf_base_map_client_dispatch_table_t* _ebpf_map_client_data::base_client_table |
Pointer to base map client dispatch table.
| ebpf_extension_header_t _ebpf_map_client_data::header |
Standard extension header containing version and size information.
| uint64_t _ebpf_map_client_data::map_context_offset |
Offset within the map structure where the provider context data is stored.