[][src]Crate afxdp

Structs

Buf

Internal buffer used to hold packets. It can be extended with T.

BufPool

BufPool stores Bufs. It can be used in a single thread or wrapped in a Mutex to provide a buffer pool to multiple threads.

MmapArea

A mapped memory area used to move packets between the kernel and userspace.

Socket

An AF_XDP socket

SocketRx

A Rx only AF_XDP socket

SocketTx

A Tx only AF_XDP socket

Umem

AF_XDP Umem

UmemCompletionQueue

Completion queue per Umem

UmemFillQueue

Fill queue per Umem

Enums

BufPoolError
MmapError
SocketError
UmemError

Constants

PENDING_LEN