Searched refs:SO_TIMESTAMP (Results 1 – 9 of 9) sorted by relevance
/linux/arch/sparc/include/uapi/asm/ |
A D | socket.h | 134 #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/tools/include/uapi/asm-generic/ |
A 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/arch/parisc/include/uapi/asm/ |
A D | socket.h | 131 #define SO_TIMESTAMP SO_TIMESTAMP_OLD macro 137 #define SO_TIMESTAMP (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMP_OLD : SO_TIMESTAMP_N… macro 145 #define SCM_TIMESTAMP SO_TIMESTAMP
|
/linux/arch/alpha/include/uapi/asm/ |
A 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/arch/mips/include/uapi/asm/ |
A D | socket.h | 150 #define SO_TIMESTAMP SO_TIMESTAMP_OLD macro 157 #define SO_TIMESTAMP (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMP_OLD : SO_TIMESTAMP_N… macro 165 #define SCM_TIMESTAMP SO_TIMESTAMP
|
/linux/include/uapi/asm-generic/ |
A D | socket.h | 135 #define SO_TIMESTAMP SO_TIMESTAMP_OLD macro 142 #define SO_TIMESTAMP (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMP_OLD : SO_TIMESTAMP_N… macro 150 #define SCM_TIMESTAMP SO_TIMESTAMP
|
/linux/tools/testing/selftests/net/ |
A 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()
|
A D | rxtimestamp.c | 262 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMP, in config_so_flags()
|
/linux/Documentation/networking/ |
A 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
|
Completed in 13 milliseconds