|
eBPF for Windows
|
eBPF Map Definition as it is stored in memory. More...
#include <ebpf_structs.h>
Data Fields | |
| ebpf_map_type_t | type |
| Type of map. | |
| uint32_t | key_size |
| Size in bytes of a map key. | |
| uint32_t | value_size |
| Size in bytes of a map value. | |
| uint32_t | max_entries |
| Maximum number of entries allowed in the map. | |
| ebpf_id_t | inner_map_id |
| ebpf_pin_type_t | pinning |
eBPF Map Definition as it is stored in memory.
| ebpf_id_t _ebpf_map_definition_in_memory::inner_map_id |
| uint32_t _ebpf_map_definition_in_memory::key_size |
Size in bytes of a map key.
| uint32_t _ebpf_map_definition_in_memory::max_entries |
Maximum number of entries allowed in the map.
| ebpf_pin_type_t _ebpf_map_definition_in_memory::pinning |
| ebpf_map_type_t _ebpf_map_definition_in_memory::type |
Type of map.
| uint32_t _ebpf_map_definition_in_memory::value_size |
Size in bytes of a map value.