eBPF for Windows
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

void * address
 
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

◆ address

void* _map_entry::address

◆ definition

ebpf_map_definition_in_file_t _map_entry::definition

◆ name

const char* _map_entry::name

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