eBPF for Windows
Data Fields
sys_bpf_map_info_t Struct Reference

#include <bpf.h>

Data Fields

ebpf_map_type_t type
 Type of map. More...
 
ebpf_id_t id
 Map ID. 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...
 
uint32_t map_flags
 Map flags. More...
 
char name [SYS_BPF_OBJ_NAME_LEN]
 Null-terminated map name. More...
 

Field Documentation

◆ id

ebpf_id_t sys_bpf_map_info_t::id

Map ID.

◆ key_size

uint32_t sys_bpf_map_info_t::key_size

Size in bytes of a map key.

◆ map_flags

uint32_t sys_bpf_map_info_t::map_flags

Map flags.

◆ max_entries

uint32_t sys_bpf_map_info_t::max_entries

Maximum number of entries allowed in the map.

◆ name

char sys_bpf_map_info_t::name[SYS_BPF_OBJ_NAME_LEN]

Null-terminated map name.

◆ type

ebpf_map_type_t sys_bpf_map_info_t::type

Type of map.

◆ value_size

uint32_t sys_bpf_map_info_t::value_size

Size in bytes of a map value.


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