eBPF for Windows
Loading...
Searching...
No Matches
Data Fields
_ebpf_ring_buffer_producer_page Struct Reference

Ring buffer producer page definition (public API). More...

#include <ebpf_api.h>

Data Fields

volatile uint64_t producer_offset
 Producer(s) have reserved up to this offset.
 

Detailed Description

Ring buffer producer page definition (public API).

Definition of the producer-writeable portion of the ring buffer metadata. This page is read+write for the producer and read-only for the consumer.

Field Documentation

◆ producer_offset

volatile uint64_t _ebpf_ring_buffer_producer_page::producer_offset

Producer(s) have reserved up to this offset.


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