Searched defs:xsk_tx_metadata_ops (Results 1 – 2 of 2) sorted by relevance
114 struct xsk_tx_metadata_ops { struct115 void (*tmo_request_timestamp)(void *priv);116 u64 (*tmo_fill_timestamp)(void *priv);117 void (*tmo_request_checksum)(u16 csum_start, u16 csum_offset, void *priv);
2124 const struct xsk_tx_metadata_ops *xsk_tx_metadata_ops; member