Name

skb_tx_timestamp — Driver hook for transmit timestamping

Synopsis

void skb_tx_timestamp (struct sk_buff * skb);
 

Arguments

skb

A socket buffer.

Description

Ethernet MAC Drivers should call this function in their hard_xmit function as soon as possible after giving the sk_buff to the MAC hardware, but before freeing the sk_buff.