table of contents
other versions
- stretch 4.9.168-1
 
| STRUCT SKB_SHARED_HW(9) | Linux Networking | STRUCT SKB_SHARED_HW(9) | 
NAME¶
struct_skb_shared_hwtstamps - hardware time stampsSYNOPSIS¶
struct skb_shared_hwtstamps {
  ktime_t hwtstamp;
};  
MEMBERS¶
hwtstamphardware time stamp transformed into duration since
  arbitrary point in time
DESCRIPTION¶
Software time stamps generated by ktime_get_real are stored in skb->tstamp.hwtstamps can only be compared against other hwtstamps from the same device.
This structure is attached to packets as part of the skb_shared_info. Use skb_hwtstamps to get a pointer.
COPYRIGHT¶
| April 2019 | Kernel Hackers Manual 4.9. |