Home
last modified time | relevance | path

Searched refs:tx_timestamp (Results 1 – 8 of 8) sorted by relevance

/linux/include/net/
H A Dxdp_sock.h146 compl->tx_timestamp = &meta->completion.tx_timestamp; in xsk_tx_metadata_to_compl()
148 compl->tx_timestamp = NULL; in xsk_tx_metadata_to_compl()
199 if (!compl->tx_timestamp) in xsk_tx_metadata_complete()
202 *compl->tx_timestamp = ops->tmo_fill_timestamp(priv); in xsk_tx_metadata_complete()
/linux/include/uapi/linux/
H A Dif_xdp.h160 __u64 tx_timestamp; member
/linux/tools/include/uapi/linux/
H A Dif_xdp.h160 __u64 tx_timestamp; member
/linux/tools/testing/selftests/bpf/
H A Dxdp_hw_metadata.c320 if (meta->completion.tx_timestamp) { in complete_tx()
327 meta->completion.tx_timestamp); in complete_tx()
330 meta->completion.tx_timestamp, ref_tstamp); in complete_tx()
334 last_hw_rx_timestamp, meta->completion.tx_timestamp); in complete_tx()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_metadata.c242 ASSERT_NEQ(meta->completion.tx_timestamp, 0, "tx_timestamp"); in complete_tx()
/linux/Documentation/networking/
H A Dxsk-tx-metadata.rst48 timestamp into ``tx_timestamp`` field of ``union xsk_tx_metadata``.
/linux/net/xdp/
H A Dxsk.c612 if (compl->tx_timestamp) { in xsk_destruct_skb()
614 *compl->tx_timestamp = ktime_get_tai_fast_ns(); in xsk_destruct_skb()
/linux/include/linux/
H A Dskbuff.h587 __u64 *tx_timestamp; member