eBPF for Windows
|
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 |
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.
void* _map_entry::address |
ebpf_map_definition_in_file_t _map_entry::definition |
const char* _map_entry::name |