Home
last modified time | relevance | path

Searched defs:xdp_metadata_ops (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/include/net/
Dxdp.h445 struct xdp_metadata_ops { struct
446 int (*xmo_rx_timestamp)(const struct xdp_md *ctx, u64 *timestamp);
447 int (*xmo_rx_hash)(const struct xdp_md *ctx, u32 *hash,
/Linux-v6.6/include/linux/
Dnetdevice.h2093 const struct xdp_metadata_ops *xdp_metadata_ops; member