Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/
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-6.12.1/include/uapi/linux/
Dif_xdp.h149 __u64 tx_timestamp; member
/linux-6.12.1/tools/include/uapi/linux/
Dif_xdp.h149 __u64 tx_timestamp; member
/linux-6.12.1/tools/testing/selftests/bpf/
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-6.12.1/Documentation/networking/
Dxsk-tx-metadata.rst48 timestamp into ``tx_timestamp`` field of ``union xsk_tx_metadata``.
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dxdp_metadata.c259 ASSERT_NEQ(meta->completion.tx_timestamp, 0, "tx_timestamp"); in complete_tx()
/linux-6.12.1/net/xdp/
Dxsk.c569 if (compl->tx_timestamp) { in xsk_destruct_skb()
571 *compl->tx_timestamp = ktime_get_tai_fast_ns(); in xsk_destruct_skb()
/linux-6.12.1/include/linux/
Dskbuff.h584 __u64 *tx_timestamp; member