1. NAME▲
skb_tx_timestamp - Driver hook for transmit timestamping
2. SYNOPSIS ▲
void skb_tx_timestamp(struct sk_buff * skb );
3. ARGUMENTS ▲
skb
A socket buffer.
4. DESCRIPTION ▲
Ethernet MAC Drivers should call this function in their hard_xmit function immediately before giving the sk_buff to the MAC hardware.
5. COPYRIGHT ▲