Searched defs:xdp_metadata_ops (Results 1 – 2 of 2) sorted by relevance
608 struct xdp_metadata_ops { struct609 int (*xmo_rx_timestamp)(const struct xdp_md *ctx, u64 *timestamp);610 int (*xmo_rx_hash)(const struct xdp_md *ctx, u32 *hash,612 int (*xmo_rx_vlan_tag)(const struct xdp_md *ctx, __be16 *vlan_proto,
2157 const struct xdp_metadata_ops *xdp_metadata_ops; member