Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
Dsocket.h126 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
133 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
141 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
Dsocket.h101 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
107 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
113 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
Dsocket.h143 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
150 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
158 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/
Dsocket.h124 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
130 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
138 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
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
/kernel/linux/linux-5.10/include/uapi/asm-generic/
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
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
Dsocket.h132 #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
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
Dsocket.h100 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
106 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
112 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
Dsocket.h51 #define SO_TIMESTAMPING 37 macro
52 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/kernel/linux/linux-5.10/tools/testing/selftests/net/
Dtimestamping.c37 #ifndef SO_TIMESTAMPING
38 # define SO_TIMESTAMPING 37 macro
39 # define SCM_TIMESTAMPING SO_TIMESTAMPING
177 case SO_TIMESTAMPING: { in printpacket()
427 setsockopt(sock, SOL_SOCKET, SO_TIMESTAMPING, in main()
450 if (getsockopt(sock, SOL_SOCKET, SO_TIMESTAMPING, &val, &len) < 0) { in main()
Dudpgso_bench_tx.c149 if (cmsg->cmsg_type == SO_TIMESTAMPING) { in flush_cmsg()
319 cm->cmsg_type = SO_TIMESTAMPING; in send_ts_cmsg()
578 if (setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, &val, sizeof(val))) in set_tx_timestamping()
Dtxtimestamp.c573 if (setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, in do_test()
630 cmsg->cmsg_type = SO_TIMESTAMPING; in do_test()
Drxtimestamp.c272 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMPING, in config_so_flags()
/kernel/linux/linux-5.10/drivers/ptp/
DKconfig54 packets using the SO_TIMESTAMPING API.
74 using the SO_TIMESTAMPING API.
104 SO_TIMESTAMPING API.
/kernel/linux/linux-5.10/drivers/net/ethernet/xscale/
DKconfig39 using the SO_TIMESTAMPING API.
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/
DKconfig45 packets using the SO_TIMESTAMPING API.
/kernel/linux/linux-5.10/Documentation/networking/
Dtimestamping.rst36 SO_TIMESTAMPING
70 1.3 SO_TIMESTAMPING (also SO_TIMESTAMPING_OLD and SO_TIMESTAMPING_NEW)
76 err = setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, &val, sizeof(val));
262 cmsg->cmsg_type = SO_TIMESTAMPING;
277 err = setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, &val, sizeof(val));
283 The SO_TIMESTAMPING interface supports timestamping of bytes in a
383 together with SO_TIMESTAMPING using SOF_TIMESTAMPING_SOFTWARE, a false
628 hardware timestamping on it. This is because the SO_TIMESTAMPING API does not
Dpacket_mmap.rst1035 PACKET_TIMESTAMP accepts the same integer bit field as SO_TIMESTAMPING::
Dethtool-netlink.rst1090 ``ETHTOOL_A_TSINFO_TIMESTAMPING`` bitset SO_TIMESTAMPING flags
/kernel/linux/linux-5.10/Documentation/driver-api/
Dptp.rst8 Linux. Together with the SO_TIMESTAMPING socket options, this