Searched defs:xdp_metadata_ops (Results 1 – 1 of 1) sorted by relevance
1623 struct xdp_metadata_ops { struct1624 int (*xmo_rx_timestamp)(const struct xdp_md *ctx, u64 *timestamp);1625 int (*xmo_rx_hash)(const struct xdp_md *ctx, u32 *hash);2067 const struct xdp_metadata_ops *xdp_metadata_ops; member
Completed in 21 milliseconds