Name

skb_tx_timestamp — Driver hook for transmit timestamping

Synopsis

void fsfuncskb_tx_timestamp (struct sk_buff * skb);
 

Arguments

skb

A 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.