Searched refs:SO_TIMESTAMP (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/tools/include/uapi/asm-generic/ |
D | socket.h | 128 #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-5.19.10/arch/sparc/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-5.19.10/include/uapi/asm-generic/ |
D | socket.h | 139 #define SO_TIMESTAMP SO_TIMESTAMP_OLD macro 146 #define SO_TIMESTAMP (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMP_OLD : SO_TIMESTAMP_N… macro 154 #define SCM_TIMESTAMP SO_TIMESTAMP
|
/linux-5.19.10/arch/mips/include/uapi/asm/ |
D | socket.h | 154 #define SO_TIMESTAMP SO_TIMESTAMP_OLD macro 161 #define SO_TIMESTAMP (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMP_OLD : SO_TIMESTAMP_N… macro 169 #define SCM_TIMESTAMP SO_TIMESTAMP
|
/linux-5.19.10/arch/parisc/include/uapi/asm/ |
D | socket.h | 135 #define SO_TIMESTAMP SO_TIMESTAMP_OLD macro 141 #define SO_TIMESTAMP (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMP_OLD : SO_TIMESTAMP_N… macro 149 #define SCM_TIMESTAMP SO_TIMESTAMP
|
/linux-5.19.10/arch/alpha/include/uapi/asm/ |
D | socket.h | 143 #define SO_TIMESTAMP SO_TIMESTAMP_OLD macro 150 #define SO_TIMESTAMP (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMP_OLD : SO_TIMESTAMP_N… macro 158 #define SCM_TIMESTAMP SO_TIMESTAMP
|
/linux-5.19.10/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-5.19.10/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
|