Module redbpf_probes::net[][src]

Expand description

Types and traits for working with networking data.

The main trait exported by this module is NetworkBuffer. It’s implemented by XdpContext to provide access to the network data.

Structs

Data type returned by calling NetworkBuffer::data()

Enums

The packet transport header.

Traits

Type Definitions