1SKB_TX_TIMESTAMP(9) Linux Networking SKB_TX_TIMESTAMP(9)
23
4
NAME
6skb_tx_timestamp - Driver hook for transmit timestamping
7
SYNOPSIS
9void skb_tx_timestamp(struct sk_buff * skb);
10
ARGUMENTS
12skb
13A socket buffer.
14
DESCRIPTION
16Ethernet MAC Drivers should call this function in their hard_xmit
17function immediately before giving the sk_buff to the MAC hardware.
18
COPYRIGHT
20Kernel Hackers Manual 2.6. June 2019 SKB_TX_TIMESTAMP(9)