eBPF for Windows
Data Fields
sys_bpf_map_next_id_attr_t Struct Reference

#include <bpf.h>

Data Fields

uint32_t start_id
 ID to look for an ID after. The start_id need not exist. More...
 
uint32_t next_id
 On return, contains the next ID. More...
 

Field Documentation

◆ next_id

uint32_t sys_bpf_map_next_id_attr_t::next_id

On return, contains the next ID.

◆ start_id

uint32_t sys_bpf_map_next_id_attr_t::start_id

ID to look for an ID after. The start_id need not exist.


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