table of contents
other versions
- stretch 4.9.168-1
SKB_TX_TIMESTAMP(9) | Linux Networking | SKB_TX_TIMESTAMP(9) |
NAME¶
skb_tx_timestamp - Driver hook for transmit timestampingSYNOPSIS¶
void skb_tx_timestamp(struct sk_buff * skb);
ARGUMENTS¶
skbA socket buffer.
DESCRIPTION¶
Ethernet MAC Drivers should call this function in their hard_xmit function immediately before giving the sk_buff to the MAC hardware.Specifically, one should make absolutely sure that this function is called before TX completion of this packet can trigger. Otherwise the packet could potentially already be freed.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |