| /linux-6.15/arch/parisc/include/uapi/asm/ |
| H A D | socket.h | 150 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro 156 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro 164 #define SCM_TIMESTAMPING SO_TIMESTAMPING
|
| /linux-6.15/arch/sparc/include/uapi/asm/ |
| H 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-6.15/arch/mips/include/uapi/asm/ |
| H A D | socket.h | 169 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro 176 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro 184 #define SCM_TIMESTAMPING SO_TIMESTAMPING
|
| /linux-6.15/include/uapi/asm-generic/ |
| H A D | socket.h | 154 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro 161 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro 169 #define SCM_TIMESTAMPING SO_TIMESTAMPING
|
| /linux-6.15/arch/alpha/include/uapi/asm/ |
| H A D | socket.h | 158 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro 165 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro 173 #define SCM_TIMESTAMPING SO_TIMESTAMPING
|
| /linux-6.15/tools/include/uapi/asm-generic/ |
| H A D | socket.h | 154 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro 161 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro 169 #define SCM_TIMESTAMPING SO_TIMESTAMPING
|
| /linux-6.15/tools/testing/selftests/net/ |
| H 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()
|
| H A D | udpgso_bench_tx.c | 149 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()
|
| H A D | cmsg_sender.c | 309 cmsg->cmsg_type = SO_TIMESTAMPING; in cs_write_cmsg() 464 if (setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, in ca_set_sockopts()
|
| H A D | txtimestamp.c | 581 if (setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, in do_test() 641 cmsg->cmsg_type = SO_TIMESTAMPING; in do_test()
|
| H A D | rxtimestamp.c | 290 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMPING, in config_so_flags()
|
| /linux-6.15/drivers/net/ethernet/xscale/ |
| H A D | Kconfig | 40 using the SO_TIMESTAMPING API.
|
| /linux-6.15/drivers/ptp/ |
| H A D | Kconfig | 67 packets using the SO_TIMESTAMPING API. 87 using the SO_TIMESTAMPING API. 117 SO_TIMESTAMPING API.
|
| /linux-6.15/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_timestamping_client-only-last-byte.pkt | 20 +0 setsockopt(3, SOL_SOCKET, SO_TIMESTAMPING,
|
| H A D | tcp_timestamping_partial.pkt | 19 +0 setsockopt(3, SOL_SOCKET, SO_TIMESTAMPING,
|
| H A D | tcp_timestamping_server.pkt | 17 +0 setsockopt(4, SOL_SOCKET, SO_TIMESTAMPING,
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | net_timestamping.c | 196 ret = setsockopt(cfd, SOL_SOCKET, SO_TIMESTAMPING, in test_tcp()
|
| /linux-6.15/Documentation/networking/ |
| H A D | j1939.rst | 635 ``SO_TIMESTAMPING`` option. 644 ``SO_TIMESTAMPING`` in most cases. This enables proper error handling along 664 setsockopt(sock, SOL_SOCKET, SO_TIMESTAMPING, ×tamping, 668 combining ``SO_J1939_ERRQUEUE`` with ``SO_TIMESTAMPING`` (with 674 `SO_TIMESTAMPING` section. 676 ``SO_TIMESTAMPING`` 679 The ``SO_TIMESTAMPING`` option allows the socket to receive timestamps for 836 The key flags for ``SO_TIMESTAMPING`` include: 874 setsockopt(sock, SOL_SOCKET, SO_TIMESTAMPING, &sock_opt, sizeof(sock_opt));
|
| H 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)); 333 cmsg->cmsg_type = SO_TIMESTAMPING; 348 err = setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, &val, sizeof(val)); 354 The SO_TIMESTAMPING interface supports timestamping of bytes in a 455 together with SO_TIMESTAMPING using SOF_TIMESTAMPING_SOFTWARE, a false 710 hardware timestamping on it. This is because the SO_TIMESTAMPING API does not
|
| H A D | packet_mmap.rst | 1035 PACKET_TIMESTAMP accepts the same integer bit field as SO_TIMESTAMPING::
|
| H A D | ethtool-netlink.rst | 1271 ``ETHTOOL_A_TSINFO_TIMESTAMPING`` bitset SO_TIMESTAMPING flags
|
| /linux-6.15/drivers/net/ethernet/freescale/enetc/ |
| H A D | Kconfig | 91 packets using the SO_TIMESTAMPING API.
|
| /linux-6.15/Documentation/driver-api/ |
| H A D | ptp.rst | 8 Linux. Together with the SO_TIMESTAMPING socket options, this
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | xdp_hw_metadata.c | 644 ret = setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, &val, sizeof(val)); in timestamping_enable()
|