suse man page for struct_skb_shared_hwtstamps

Query: struct_skb_shared_hwtstamps

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

STRUCT
SKB_SHARED_HW(9) Linux Networking STRUCT SKB_SHARED_HW(9)
NAME
struct_skb_shared_hwtstamps - hardware time stamps
SYNOPSIS
struct skb_shared_hwtstamps { ktime_t hwtstamp; ktime_t syststamp; };
MEMBERS
hwtstamp hardware time stamp transformed into duration since arbitrary point in time syststamp hwtstamp transformed to system time base
DESCRIPTION
Software time stamps generated by ktime_get_real are stored in skb->tstamp. The relation between the different kinds of time
STAMPS IS AS FOLLOWS
syststamp and tstamp can be compared against each other in arbitrary combinations. The accuracy of a syststamp/tstamp/"syststamp from other device" comparison is limited by the accuracy of the transformation into system time base. This depends on the device driver and its underlying hardware. 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
Kernel Hackers Manual 2.6. July 2010 STRUCT SKB_SHARED_HW(9)
Related Man Pages
pcap_set_tstamp_type(3pcap) - centos
struct_sk_buff(9) - suse
pcap_set_tstamp_type(3) - freebsd
pcap_set_tstamp_type(3pcap) - plan9
pcap_set_tstamp_type(3pcap) - linux
Similar Topics in the Unix Linux Community
Change directory error
Getting command output to putty window title.
Grant unprivileged user rights to see the output of echo|format but not modify disks
Update kernel Linux without reboot?!
Docker learning Phase-I