| /Linux-v5.4/include/uapi/asm-generic/ |
| 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-v5.4/arch/sparc/include/uapi/asm/ |
| D | socket.h | 126 #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
|
| /Linux-v5.4/arch/parisc/include/uapi/asm/ |
| D | socket.h | 124 #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
|
| /Linux-v5.4/arch/alpha/include/uapi/asm/ |
| D | socket.h | 132 #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-v5.4/tools/include/uapi/asm-generic/ |
| 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-v5.4/arch/mips/include/uapi/asm/ |
| D | socket.h | 143 #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
|
| /Linux-v5.4/tools/testing/selftests/networking/timestamping/ |
| D | timestamping.c | 37 #ifndef SO_TIMESTAMPING 38 # define SO_TIMESTAMPING 37 macro 39 # define SCM_TIMESTAMPING SO_TIMESTAMPING 177 case SO_TIMESTAMPING: { in printpacket() 421 setsockopt(sock, SOL_SOCKET, SO_TIMESTAMPING, in main() 444 if (getsockopt(sock, SOL_SOCKET, SO_TIMESTAMPING, &val, &len) < 0) { in main()
|
| D | txtimestamp.c | 460 if (setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, in do_test() 517 cmsg->cmsg_type = SO_TIMESTAMPING; in do_test()
|
| D | rxtimestamp.c | 267 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMPING, in config_so_flags()
|
| /Linux-v5.4/drivers/ptp/ |
| D | Kconfig | 54 packets using the SO_TIMESTAMPING API. 68 using the SO_TIMESTAMPING API. 87 using the SO_TIMESTAMPING API. 105 SO_TIMESTAMPING API.
|
| /Linux-v5.4/drivers/net/ethernet/freescale/enetc/ |
| D | Kconfig | 40 packets using the SO_TIMESTAMPING API. 49 using the SO_TIMESTAMPING API. Because the RX BD ring dynamic
|
| /Linux-v5.4/tools/testing/selftests/net/ |
| 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() 549 if (setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, &val, sizeof(val))) in set_tx_timestamping()
|
| /Linux-v5.4/Documentation/networking/ |
| D | timestamping.txt | 29 * SO_TIMESTAMPING 62 1.3 SO_TIMESTAMPING (also SO_TIMESTAMPING_OLD and SO_TIMESTAMPING_NEW): 67 err = setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, &val, sizeof(val)); 256 cmsg->cmsg_type = SO_TIMESTAMPING; 271 err = setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, &val, sizeof(val)); 276 The SO_TIMESTAMPING interface supports timestamping of bytes in a 374 together with SO_TIMESTAMPING using SOF_TIMESTAMPING_SOFTWARE, a false
|
| D | packet_mmap.txt | 1011 PACKET_TIMESTAMP accepts the same integer bit field as SO_TIMESTAMPING:
|
| /Linux-v5.4/Documentation/driver-api/ |
| D | ptp.rst | 8 Linux. Together with the SO_TIMESTAMPING socket options, this
|