SKB_TX_TIMESTAMP
Section: Linux Networking (9)
Updated: February 2011
Index
Return to Main Contents
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.
COPYRIGHT