eBPF for Windows
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
_map_entry Struct Reference

Map entry. This structure contains the address of the map and the map definition. The address is written into the entry during load time. The map definition is used to initialize the map when the program is loaded. More...

#include <bpf2c.h>

Data Fields

uint64_t zero_marker [2]
 
ebpf_native_module_header_t header
 
ebpf_map_definition_in_file_t definition
 
const char * name
 

Detailed Description

Map entry. This structure contains the address of the map and the map definition. The address is written into the entry during load time. The map definition is used to initialize the map when the program is loaded.

Field Documentation

◆ definition

ebpf_map_definition_in_file_t _map_entry::definition

◆ header

ebpf_native_module_header_t _map_entry::header

◆ name

const char* _map_entry::name

◆ zero_marker

uint64_t _map_entry::zero_marker[2]

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