Home
last modified time | relevance | path

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

/linux/include/net/
H A Dxdp_sock.h143 compl->tx_timestamp = &meta->completion.tx_timestamp; in xsk_tx_metadata_to_compl()
145 compl->tx_timestamp = NULL; in xsk_tx_metadata_to_compl()
191 if (!compl->tx_timestamp) in xsk_tx_metadata_complete()
194 *compl->tx_timestamp = ops->tmo_fill_timestamp(priv); in xsk_tx_metadata_complete()
/linux/include/uapi/linux/
H A Dif_xdp.h149 __u64 tx_timestamp; member
/linux/tools/include/uapi/linux/
H A Dif_xdp.h149 __u64 tx_timestamp; member
/linux/tools/testing/selftests/bpf/
H A Dxdp_hw_metadata.c298 if (meta->completion.tx_timestamp) { in complete_tx()
302 meta->completion.tx_timestamp, ref_tstamp); in complete_tx()
306 last_hw_rx_timestamp, meta->completion.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/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_metadata.c242 ASSERT_NEQ(meta->completion.tx_timestamp, 0, "tx_timestamp"); in complete_tx()
/linux/net/xdp/
H A Dxsk.c568 if (compl->tx_timestamp) { in xsk_destruct_skb()
570 *compl->tx_timestamp = ktime_get_tai_fast_ns(); in xsk_destruct_skb()