Searched refs:SO_TIMESTAMP (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.15/arch/parisc/include/uapi/asm/ |
| D | socket.h | 129 #define SO_TIMESTAMP SO_TIMESTAMP_OLD macro 135 #define SO_TIMESTAMP (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMP_OLD : SO_TIMESTAMP_N… macro 143 #define SCM_TIMESTAMP SO_TIMESTAMP
|
| /Linux-v5.15/tools/include/uapi/asm-generic/ |
| D | socket.h | 126 #define SO_TIMESTAMP SO_TIMESTAMP_OLD macro 133 #define SO_TIMESTAMP (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMP_OLD : SO_TIMESTAMP_N… macro 141 #define SCM_TIMESTAMP SO_TIMESTAMP
|
| /Linux-v5.15/arch/alpha/include/uapi/asm/ |
| D | socket.h | 137 #define SO_TIMESTAMP SO_TIMESTAMP_OLD macro 144 #define SO_TIMESTAMP (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMP_OLD : SO_TIMESTAMP_N… macro 152 #define SCM_TIMESTAMP SO_TIMESTAMP
|
| /Linux-v5.15/arch/sparc/include/uapi/asm/ |
| D | socket.h | 131 #define SO_TIMESTAMP SO_TIMESTAMP_OLD macro 138 #define SO_TIMESTAMP (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMP_OLD : SO_TIMESTAMP_N… macro 146 #define SCM_TIMESTAMP SO_TIMESTAMP
|
| /Linux-v5.15/include/uapi/asm-generic/ |
| D | socket.h | 133 #define SO_TIMESTAMP SO_TIMESTAMP_OLD macro 140 #define SO_TIMESTAMP (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMP_OLD : SO_TIMESTAMP_N… macro 148 #define SCM_TIMESTAMP SO_TIMESTAMP
|
| /Linux-v5.15/arch/mips/include/uapi/asm/ |
| D | socket.h | 148 #define SO_TIMESTAMP SO_TIMESTAMP_OLD macro 155 #define SO_TIMESTAMP (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMP_OLD : SO_TIMESTAMP_N… macro 163 #define SCM_TIMESTAMP SO_TIMESTAMP
|
| /Linux-v5.15/tools/testing/selftests/net/ |
| D | timestamping.c | 180 case SO_TIMESTAMP: { in printpacket() 450 setsockopt(sock, SOL_SOCKET, SO_TIMESTAMP, in main() 471 if (getsockopt(sock, SOL_SOCKET, SO_TIMESTAMP, &val, &len) < 0) in main()
|
| D | rxtimestamp.c | 262 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMP, in config_so_flags()
|
| /Linux-v5.15/Documentation/networking/ |
| D | timestamping.rst | 13 SO_TIMESTAMP 17 SO_TIMESTAMP is defined as SO_TIMESTAMP_NEW or SO_TIMESTAMP_OLD 24 Same timestamping mechanism as SO_TIMESTAMP, but reports the 32 IP_MULTICAST_LOOP + SO_TIMESTAMP[NS] 42 1.1 SO_TIMESTAMP (also SO_TIMESTAMP_OLD and SO_TIMESTAMP_NEW) 61 This option is identical to SO_TIMESTAMP except for the returned data type. 63 timeval of SO_TIMESTAMP (ms). 347 SO_TIMESTAMP and SO_TIMESTAMPNS records can be retrieved. 383 Note that if the SO_TIMESTAMP or SO_TIMESTAMPNS option is enabled
|