Man Page: struct_skb_shared_hwtstamps
Operating Environment: centos
Section: 9
STRUCTSKB_SHARED_HW(9) Linux Networking STRUCT SKB_SHARED_HW(9)NAMEstruct_skb_shared_hwtstamps - hardware time stampsSYNOPSISstruct skb_shared_hwtstamps { ktime_t hwtstamp; ktime_t syststamp; };MEMBERShwtstamp hardware time stamp transformed into duration since arbitrary point in time syststamp hwtstamp transformed to system time baseDESCRIPTIONSoftware time stamps generated by ktime_get_real are stored in skb->tstamp. The relation between the different kinds of timeSTAMPS IS AS FOLLOWSsyststamp 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.COPYRIGHTKernel Hackers Manual 3.10 June 2014 STRUCT SKB_SHARED_HW(9)
| Related Man Pages |
|---|
| struct_hrtimer(9) - centos |
| struct_spi_driver(9) - centos |
| struct_hrtimer(9) - suse |
| pcap_set_tstamp_type(3pcap) - x11r4 |
| pcap_set_tstamp_type(3pcap) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Set hard block limit for user using quota |
| DB2 convert digits to binary format |
| CentOS7 restoring file capabilities |
| [TIP] Processing YAML files with yq |