Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 506 Bytes

XSK_BUFFER_DESCRIPTOR.md

File metadata and controls

31 lines (19 loc) · 506 Bytes

XSK_BUFFER_DESCRIPTOR structure

A structure for an AF_XDP data buffer.

Syntax

typedef struct _XSK_BUFFER_DESCRIPTOR {
    XSK_BUFFER_ADDRESS Address;
    UINT32 Length;
    UINT32 Reserved;
} XSK_BUFFER_DESCRIPTOR;

Members

Address

A XSK_BUFFER_ADDRESS structure specifying the XSK buffer and data offset within the buffer.

Length

The length of data within the buffer.

Reserved

Reserved, should be set to zero.

See Also

AF_XDP