Searched refs:timestamping (Results 1 – 16 of 16) sorted by relevance
1 subdir-y := timestamping
12 Same timestamping mechanism as SO_TIMESTAMP, but reports the27 This socket option enables timestamping of datagrams on the reception62 requested by a particular socket, such as when receive timestamping is130 have multiple concurrent timestamping requests outstanding. Packets188 The SO_TIMESTAMPING interface supports timestamping of bytes in a190 entire contents of the buffer has passed a timestamping point. That447 and hardware timestamping is not possible (SKBTX_IN_PROGRESS not set).
205 timestamping.txt206 - overview of network packet timestamping variants.
168 Enable connection tracking flow timestamping.
1013 NIC is capable of timestamping packets in hardware, you can request those1016 Documentation/networking/timestamping.txt).1041 Only (!) if transmit timestamping is enabled, then these bits are combined1053 See include/linux/net_tstamp.h and Documentation/networking/timestamping
269 ts_info: Queries about the HW timestamping status270 hwtstamp: Set the PHY HW timestamping configuration
1 timestamping
7 hostprogs-y := hwtstamp_config timestamping txtimestamp
22 obj-$(CONFIG_NETWORK_PHY_TIMESTAMPING) += timestamping.o
77 unsigned int timestamping: 1; member
359 port->timestamping = (info->flags & SNDRV_SEQ_PORT_FLG_TIMESTAMP) ? 1 : 0; in snd_seq_set_port_info()393 if (port->timestamping) { in snd_seq_get_port_info()
621 if (dest_port->timestamping) in snd_seq_deliver_single_event()
100 This allows timestamping of network packets by PHYs with101 hardware timestamping capabilities. This option adds some
114 Due to the varied nature of timestamping needs, even for a single
17 sched_clock() is used for scheduling and timestamping, and delay timers
120 bool 'Connection tracking timestamping'123 This option enables support for connection tracking timestamping.