Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/
Dxdp.h468 struct xdp_metadata_ops { struct
469 int (*xmo_rx_timestamp)(const struct xdp_md *ctx, u64 *timestamp);
470 int (*xmo_rx_hash)(const struct xdp_md *ctx, u32 *hash,
472 int (*xmo_rx_vlan_tag)(const struct xdp_md *ctx, __be16 *vlan_proto,
/linux-6.12.1/include/linux/
Dnetdevice.h2123 const struct xdp_metadata_ops *xdp_metadata_ops; member