[][src]Module xsk_rs::socket

Structs

BindFlags
Config

Config for a Socket.

Fd

Wrapper struct around some useful helper data for managing the socket.

LibbpfFlags
PollFd

Wrapper around libc's pollfd struct.

RxQueue

The receiving side of an AF_XDP socket.

Socket

An AF_XDP socket.

TxQueue

The transmitting side of an AF_XDP socket.

XdpFlags

Enums

ConfigError
SocketCreateError

Functions

poll_read

Check if anything is available to read on the socket.

poll_write

Check if the socket is available to write.