Module afxdp::buf[][src]

Buf is the trait that is used to represent a packet buffer.

Traits

Buf

The Buf trait represents a packet buffer. A trait is used so that an implementation can be provided that enables building and testing packet pipelines without needing the AF_XDP infrastructure.