Crate af_packet [] [src]

Structs

Block

Contains a reference to a block as it exists in the ring buffer, its block descriptor, and a Vec of individual packets in that block.

RawPacket

Contains a reference to an individual packet in a block, as well as details about that packet

Ring

References a single mmaped ring buffer. Normally one per thread.