eBPF for Windows
Loading...
Searching...
No Matches
Data Fields
_ebpf_map_client_data Struct Reference

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_tbase_client_table
 Pointer to base map client dispatch table.
 

Detailed Description

Custom map client data.

Field Documentation

◆ base_client_table

ebpf_base_map_client_dispatch_table_t* _ebpf_map_client_data::base_client_table

Pointer to base map client dispatch table.

◆ header

ebpf_extension_header_t _ebpf_map_client_data::header

Standard extension header containing version and size information.

◆ map_context_offset

uint64_t _ebpf_map_client_data::map_context_offset

Offset within the map structure where the provider context data is stored.


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