Home
last modified time | relevance | path

Searched refs:timestamping (Results 1 – 16 of 16) sorted by relevance

/linux-4.1.27/Documentation/networking/
DMakefile1 subdir-y := timestamping
Dtimestamping.txt12 Same timestamping mechanism as SO_TIMESTAMP, but reports the
27 This socket option enables timestamping of datagrams on the reception
62 requested by a particular socket, such as when receive timestamping is
130 have multiple concurrent timestamping requests outstanding. Packets
188 The SO_TIMESTAMPING interface supports timestamping of bytes in a
190 entire contents of the buffer has passed a timestamping point. That
447 and hardware timestamping is not possible (SKBTX_IN_PROGRESS not set).
D00-INDEX205 timestamping.txt
206 - overview of network packet timestamping variants.
Dnf_conntrack-sysctl.txt168 Enable connection tracking flow timestamping.
Dpacket_mmap.txt1013 NIC is capable of timestamping packets in hardware, you can request those
1016 Documentation/networking/timestamping.txt).
1041 Only (!) if transmit timestamping is enabled, then these bits are combined
1053 See include/linux/net_tstamp.h and Documentation/networking/timestamping
Dphy.txt269 ts_info: Queries about the HW timestamping status
270 hwtstamp: Set the PHY HW timestamping configuration
/linux-4.1.27/Documentation/networking/timestamping/
D.gitignore1 timestamping
DMakefile7 hostprogs-y := hwtstamp_config timestamping txtimestamp
/linux-4.1.27/net/core/
DMakefile22 obj-$(CONFIG_NETWORK_PHY_TIMESTAMPING) += timestamping.o
/linux-4.1.27/sound/core/seq/
Dseq_ports.h77 unsigned int timestamping: 1; member
Dseq_ports.c359 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()
Dseq_clientmgr.c621 if (dest_port->timestamping) in snd_seq_deliver_single_event()
/linux-4.1.27/net/
DKconfig100 This allows timestamping of network packets by PHYs with
101 hardware timestamping capabilities. This option adds some
/linux-4.1.27/Documentation/sound/alsa/
Dtimestamping.txt114 Due to the varied nature of timestamping needs, even for a single
/linux-4.1.27/Documentation/timers/
Dtimekeeping.txt17 sched_clock() is used for scheduling and timestamping, and delay timers
/linux-4.1.27/net/netfilter/
DKconfig120 bool 'Connection tracking timestamping'
123 This option enables support for connection tracking timestamping.