Searched refs:tx_timestamp (Results 1 – 6 of 6) sorted by relevance
120 /* Request transmit timestamp. Upon completion, put it into tx_timestamp160 __u64 tx_timestamp; member
320 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() 336 printf("No tx_timestamp\n"); in complete_tx()
242 ASSERT_NEQ(meta->completion.tx_timestamp, 0, "tx_timestamp"); in complete_tx()
574 if (compl->tx_timestamp) { in xsk_destruct_skb() 576 *compl->tx_timestamp = ktime_get_tai_fast_ns(); in xsk_destruct_skb()
587 __u64 *tx_timestamp; member