eBPF for Windows
Data Fields
_ebpf_map_definition_in_memory Struct Reference

eBPF Map Definition as it is stored in memory. More...

#include <ebpf_structs.h>

Data Fields

ebpf_map_type_t type
 Type of map. More...
 
uint32_t key_size
 Size in bytes of a map key. More...
 
uint32_t value_size
 Size in bytes of a map value. More...
 
uint32_t max_entries
 Maximum number of entries allowed in the map. More...
 
ebpf_id_t inner_map_id
 
ebpf_pin_type_t pinning
 

Detailed Description

eBPF Map Definition as it is stored in memory.

Field Documentation

◆ inner_map_id

ebpf_id_t _ebpf_map_definition_in_memory::inner_map_id

◆ key_size

uint32_t _ebpf_map_definition_in_memory::key_size

Size in bytes of a map key.

◆ max_entries

uint32_t _ebpf_map_definition_in_memory::max_entries

Maximum number of entries allowed in the map.

◆ pinning

ebpf_pin_type_t _ebpf_map_definition_in_memory::pinning

◆ type

ebpf_map_type_t _ebpf_map_definition_in_memory::type

Type of map.

◆ value_size

uint32_t _ebpf_map_definition_in_memory::value_size

Size in bytes of a map value.


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