eBPF for Windows
|
Attributes used by BPF_MAP_CREATE. More...
#include <bpf.h>
Data Fields | |
enum bpf_map_type | map_type |
Type of map to create. More... | |
uint32_t | key_size |
Size in bytes of keys. More... | |
uint32_t | value_size |
Size in bytes of values. More... | |
uint32_t | max_entries |
Maximum number of entries in the map. More... | |
uint32_t | map_flags |
Not supported, must be zero. More... | |
uint32_t | inner_map_fd |
File descriptor of inner map. More... | |
Attributes used by BPF_MAP_CREATE.
uint32_t sys_bpf_map_create_attr_t::inner_map_fd |
File descriptor of inner map.
uint32_t sys_bpf_map_create_attr_t::key_size |
Size in bytes of keys.
uint32_t sys_bpf_map_create_attr_t::map_flags |
Not supported, must be zero.
enum bpf_map_type sys_bpf_map_create_attr_t::map_type |
Type of map to create.
uint32_t sys_bpf_map_create_attr_t::max_entries |
Maximum number of entries in the map.
uint32_t sys_bpf_map_create_attr_t::value_size |
Size in bytes of values.