1SKB_COMPLETE_TX_TIME(9)        Linux Networking        SKB_COMPLETE_TX_TIME(9)
2
3
4

NAME

6       skb_complete_tx_timestamp - deliver cloned skb with tx timestamps
7

SYNOPSIS

9       void skb_complete_tx_timestamp(struct sk_buff * skb,
10                                      struct skb_shared_hwtstamps * hwtstamps);
11

ARGUMENTS

13       skb
14           clone of the the original outgoing packet
15
16       hwtstamps
17           hardware time stamps, may be NULL if not available
18

DESCRIPTION

20       PHY drivers may accept clones of transmitted packets for timestamping
21       via their phy_driver.txtstamp method. These drivers must call this
22       function to return the skb back to the stack, with or without a
23       timestamp.
24
26Kernel Hackers Manual 3.10         June 2019           SKB_COMPLETE_TX_TIME(9)
Impressum