/linux/arch/sparc/include/uapi/asm/ |
A D | socket.h | 136 #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 D | socket.h | 128 #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 D | socket.h | 133 #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 D | socket.h | 141 #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 D | socket.h | 152 #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 D | socket.h | 137 #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 D | timestamping.c | 37 #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 D | udpgso_bench_tx.c | 148 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 D | txtimestamp.c | 573 if (setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, in do_test() 630 cmsg->cmsg_type = SO_TIMESTAMPING; in do_test()
|
A D | rxtimestamp.c | 272 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMPING, in config_so_flags()
|
/linux/drivers/ptp/ |
A D | Kconfig | 67 packets using the SO_TIMESTAMPING API. 87 using the SO_TIMESTAMPING API. 117 SO_TIMESTAMPING API.
|
/linux/drivers/net/ethernet/xscale/ |
A D | Kconfig | 40 using the SO_TIMESTAMPING API.
|
/linux/drivers/net/ethernet/freescale/enetc/ |
A D | Kconfig | 54 packets using the SO_TIMESTAMPING API.
|
/linux/Documentation/networking/ |
A D | timestamping.rst | 36 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 D | packet_mmap.rst | 1034 PACKET_TIMESTAMP accepts the same integer bit field as SO_TIMESTAMPING::
|
A D | ethtool-netlink.rst | 1142 ``ETHTOOL_A_TSINFO_TIMESTAMPING`` bitset SO_TIMESTAMPING flags
|
/linux/Documentation/driver-api/ |
A D | ptp.rst | 8 Linux. Together with the SO_TIMESTAMPING socket options, this
|