Struct nc::types::xdp_md_t[][src]

#[repr(C)]
pub struct xdp_md_t { pub data: u32, pub data_end: u32, pub data_meta: u32, pub ingress_ifindex: u32, pub rx_queue_index: u32, }
Expand description

user accessible metadata for XDP packet hook new fields must be added to the end of this structure

Fields

data: u32data_end: u32data_meta: u32ingress_ifindex: u32

Below access go through struct xdp_rxq_info rxq->dev->ifindex

rx_queue_index: u32

rxq->queue_index

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.