eBPF for Windows
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
sys_bpf_map_next_key_attr_t Struct Reference

#include <bpf.h>

Data Fields

uint32_t map_fd
 File descriptor of map.
 
uint32_t _pad0
 
uint64_t key
 Pointer to key to look up.
 
uint64_t next_key
 Pointer to next key.
 

Field Documentation

◆ _pad0

uint32_t sys_bpf_map_next_key_attr_t::_pad0

◆ key

uint64_t sys_bpf_map_next_key_attr_t::key

Pointer to key to look up.

◆ map_fd

uint32_t sys_bpf_map_next_key_attr_t::map_fd

File descriptor of map.

◆ next_key

uint64_t sys_bpf_map_next_key_attr_t::next_key

Pointer to next key.


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