Searched refs:SO_TIMESTAMP (Results 1 – 10 of 10) sorted by relevance
| /linux/Documentation/translations/zh_CN/networking/ |
| H A D | timestamping.rst | 21 SO_TIMESTAMP 24 SO_TIMESTAMP 根据架构类型和 libc 的 lib 中的 time_t 表示方式定义为 30 与 SO_TIMESTAMP 相同的时间戳机制,但以 struct timespec 格式报告时间戳, 37 IP_MULTICAST_LOOP + SO_TIMESTAMP[NS] 45 1.1 SO_TIMESTAMP(也包括 SO_TIMESTAMP_OLD 和 SO_TIMESTAMP_NEW) 62 此选项与 SO_TIMESTAMP 相同,但返回数据类型有所不同。其 struct timespec 63 能达到比 SO_TIMESTAMP 的 timeval(毫秒)更高的分辨率(纳秒)时间戳。 330 详细信息。套接字手册页面 (`man 7 socket`) 描述了如何检索SO_TIMESTAMP 和 363 注意,如果同时启用了 SO_TIMESTAMP 或 SO_TIMESTAMPNS 与
|
| /linux/arch/mips/include/uapi/asm/ |
| H A D | socket.h | 172 #define SO_TIMESTAMP SO_TIMESTAMP_OLD macro 179 #define SO_TIMESTAMP (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMP_OLD : SO_TIMESTAMP_N… macro 187 #define SCM_TIMESTAMP SO_TIMESTAMP
|
| /linux/arch/sparc/include/uapi/asm/ |
| H A D | socket.h | 155 #define SO_TIMESTAMP SO_TIMESTAMP_OLD macro 162 #define SO_TIMESTAMP (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMP_OLD : SO_TIMESTAMP_N… macro 170 #define SCM_TIMESTAMP SO_TIMESTAMP
|
| /linux/arch/alpha/include/uapi/asm/ |
| H A D | socket.h | 161 #define SO_TIMESTAMP SO_TIMESTAMP_OLD macro 168 #define SO_TIMESTAMP (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMP_OLD : SO_TIMESTAMP_N… macro 176 #define SCM_TIMESTAMP SO_TIMESTAMP
|
| /linux/tools/include/uapi/asm-generic/ |
| H A 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/arch/parisc/include/uapi/asm/ |
| H A D | socket.h | 153 #define SO_TIMESTAMP SO_TIMESTAMP_OLD macro 159 #define SO_TIMESTAMP (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMP_OLD : SO_TIMESTAMP_N… macro 167 #define SCM_TIMESTAMP SO_TIMESTAMP
|
| /linux/include/uapi/asm-generic/ |
| H A D | socket.h | 157 #define SO_TIMESTAMP SO_TIMESTAMP_OLD macro 164 #define SO_TIMESTAMP (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMP_OLD : SO_TIMESTAMP_N… macro 172 #define SCM_TIMESTAMP SO_TIMESTAMP
|
| /linux/tools/testing/selftests/net/ |
| H 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()
|
| H A D | rxtimestamp.c | 280 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMP, in config_so_flags()
|
| /linux/Documentation/networking/ |
| H 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). 418 SO_TIMESTAMP and SO_TIMESTAMPNS records can be retrieved. 454 Note that if the SO_TIMESTAMP or SO_TIMESTAMPNS option is enabled
|