eBPF for Windows
Data Fields
xdp_md Struct Reference

#include <ebpf_nethooks.h>

Data Fields

void * data
 Pointer to start of packet data. More...
 
void * data_end
 Pointer to end of packet data. More...
 
uint64_t data_meta
 Packet metadata. More...
 
uint32_t ingress_ifindex
 Ingress interface index. More...
 

Field Documentation

◆ data

void* xdp_md::data

Pointer to start of packet data.

◆ data_end

void* xdp_md::data_end

Pointer to end of packet data.

◆ data_meta

uint64_t xdp_md::data_meta

Packet metadata.

◆ ingress_ifindex

uint32_t xdp_md::ingress_ifindex

Ingress interface index.


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