Home
last modified time | relevance | path

Searched refs:SO_TIMESTAMPING (Results 1 – 17 of 17) sorted by relevance

/linux/arch/sparc/include/uapi/asm/
A Dsocket.h136 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
143 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
151 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/linux/tools/include/uapi/asm-generic/
A Dsocket.h128 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
135 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
143 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/linux/arch/parisc/include/uapi/asm/
A Dsocket.h133 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
139 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
147 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/linux/arch/alpha/include/uapi/asm/
A Dsocket.h141 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
148 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
156 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/linux/arch/mips/include/uapi/asm/
A Dsocket.h152 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
159 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
167 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/linux/include/uapi/asm-generic/
A Dsocket.h137 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
144 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
152 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/linux/tools/testing/selftests/net/
A Dtimestamping.c37 #ifndef SO_TIMESTAMPING
38 # define SO_TIMESTAMPING 37 macro
39 # define SCM_TIMESTAMPING SO_TIMESTAMPING
196 case SO_TIMESTAMPING: { in printpacket()
460 setsockopt(sock, SOL_SOCKET, SO_TIMESTAMPING, &so_timestamping, in main()
483 if (getsockopt(sock, SOL_SOCKET, SO_TIMESTAMPING, &so_timestamping_get, in main()
A Dudpgso_bench_tx.c148 if (cmsg->cmsg_type == SO_TIMESTAMPING) { in flush_cmsg()
303 cm->cmsg_type = SO_TIMESTAMPING; in send_ts_cmsg()
556 if (setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, &val, sizeof(val))) in set_tx_timestamping()
A Dtxtimestamp.c573 if (setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, in do_test()
630 cmsg->cmsg_type = SO_TIMESTAMPING; in do_test()
A Drxtimestamp.c272 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMPING, in config_so_flags()
/linux/drivers/ptp/
A DKconfig67 packets using the SO_TIMESTAMPING API.
87 using the SO_TIMESTAMPING API.
117 SO_TIMESTAMPING API.
/linux/drivers/net/ethernet/xscale/
A DKconfig40 using the SO_TIMESTAMPING API.
/linux/drivers/net/ethernet/freescale/enetc/
A DKconfig54 packets using the SO_TIMESTAMPING API.
/linux/Documentation/networking/
A Dtimestamping.rst36 SO_TIMESTAMPING
71 1.3 SO_TIMESTAMPING (also SO_TIMESTAMPING_OLD and SO_TIMESTAMPING_NEW)
77 err = setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, &val, sizeof(val));
263 cmsg->cmsg_type = SO_TIMESTAMPING;
278 err = setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, &val, sizeof(val));
284 The SO_TIMESTAMPING interface supports timestamping of bytes in a
384 together with SO_TIMESTAMPING using SOF_TIMESTAMPING_SOFTWARE, a false
629 hardware timestamping on it. This is because the SO_TIMESTAMPING API does not
A Dpacket_mmap.rst1034 PACKET_TIMESTAMP accepts the same integer bit field as SO_TIMESTAMPING::
A Dethtool-netlink.rst1142 ``ETHTOOL_A_TSINFO_TIMESTAMPING`` bitset SO_TIMESTAMPING flags
/linux/Documentation/driver-api/
A Dptp.rst8 Linux. Together with the SO_TIMESTAMPING socket options, this

Completed in 45 milliseconds