eBPF for Windows
Data Fields
bpf_create_map_attr Struct Reference

#include <bpf_legacy.h>

Data Fields

const char * name
 
enum bpf_map_type map_type
 
__u32 map_flags
 
__u32 key_size
 
__u32 value_size
 
__u32 max_entries
 
__u32 numa_node
 
__u32 btf_fd
 
__u32 btf_key_type_id
 
__u32 btf_value_type_id
 
__u32 map_ifindex
 
union {
   __u32   inner_map_fd
 
   __u32   btf_vmlinux_value_type_id
 
}; 
 

Field Documentation

◆ 

union { ... }

◆ btf_fd

__u32 bpf_create_map_attr::btf_fd

◆ btf_key_type_id

__u32 bpf_create_map_attr::btf_key_type_id

◆ btf_value_type_id

__u32 bpf_create_map_attr::btf_value_type_id

◆ btf_vmlinux_value_type_id

__u32 bpf_create_map_attr::btf_vmlinux_value_type_id

◆ inner_map_fd

__u32 bpf_create_map_attr::inner_map_fd

◆ key_size

__u32 bpf_create_map_attr::key_size

◆ map_flags

__u32 bpf_create_map_attr::map_flags

◆ map_ifindex

__u32 bpf_create_map_attr::map_ifindex

◆ map_type

enum bpf_map_type bpf_create_map_attr::map_type

◆ max_entries

__u32 bpf_create_map_attr::max_entries

◆ name

const char* bpf_create_map_attr::name

◆ numa_node

__u32 bpf_create_map_attr::numa_node

◆ value_size

__u32 bpf_create_map_attr::value_size

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