Searched refs:SO_TIMESTAMPNS (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/include/uapi/asm-generic/ |
| H A D | socket.h | 155 #define SO_TIMESTAMPNS SO_TIMESTAMPNS_OLD 162 #define SO_TIMESTAMPNS (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPNS_OLD : SO_TIMESTAMPNS_NEW) 170 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS 153 #define SO_TIMESTAMPNS SO_TIMESTAMPNS_ global() macro 160 #define SO_TIMESTAMPNS (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPNS_OLD : SO_TIMESTAMPNS_ global() macro
|
| /linux/arch/mips/include/uapi/asm/ |
| H A D | socket.h | 173 #define SO_TIMESTAMPNS SO_TIMESTAMPNS_OLD macro 180 #define SO_TIMESTAMPNS (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPNS_OLD : SO_TIMESTA… macro 188 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
|
| /linux/arch/parisc/include/uapi/asm/ |
| H A D | socket.h | 154 #define SO_TIMESTAMPNS SO_TIMESTAMPNS_OLD macro 160 #define SO_TIMESTAMPNS (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPNS_OLD : SO_TIMESTA… macro 168 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
|
| /linux/include/uapi/asm-generic/ |
| H A D | socket.h | 158 #define SO_TIMESTAMPNS SO_TIMESTAMPNS_OLD macro 165 #define SO_TIMESTAMPNS (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPNS_OLD : SO_TIMESTA… macro 173 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
|
| /linux/arch/sparc/include/uapi/asm/ |
| H A D | socket.h | 156 #define SO_TIMESTAMPNS SO_TIMESTAMPNS_OLD macro 163 #define SO_TIMESTAMPNS (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPNS_OLD : SO_TIMESTA… macro 171 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
|
| /linux/arch/alpha/include/uapi/asm/ |
| H A D | socket.h | 162 #define SO_TIMESTAMPNS SO_TIMESTAMPNS_OLD macro 169 #define SO_TIMESTAMPNS (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPNS_OLD : SO_TIMESTA… macro 177 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
|
| /linux/Documentation/translations/zh_CN/networking/ |
| H A D | timestamping.rst | 29 SO_TIMESTAMPNS 32 SO_TIMESTAMPNS 根据架构类型和 libc 的 time_t 表示方式定义为 59 1.2 SO_TIMESTAMPNS(也包括 SO_TIMESTAMPNS_OLD 和 SO_TIMESTAMPNS_NEW) 331 SO_TIMESTAMPNS 生成的数据包时间戳。 363 注意,如果同时启用了 SO_TIMESTAMP 或 SO_TIMESTAMPNS 与
|
| /linux/tools/testing/selftests/net/ |
| H A D | timestamping.c | 42 #ifndef SO_TIMESTAMPNS 43 # define SO_TIMESTAMPNS 35 macro 188 case SO_TIMESTAMPNS: { in printpacket() 455 setsockopt(sock, SOL_SOCKET, SO_TIMESTAMPNS, in main() 476 if (getsockopt(sock, SOL_SOCKET, SO_TIMESTAMPNS, &val, &len) < 0) in main()
|
| H A D | rxtimestamp.c | 285 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMPNS, in config_so_flags()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | tc_redirect.c | 514 cmsg->cmsg_type == SO_TIMESTAMPNS) in __rcv_tstamp() 556 err = setsockopt(srv_fd, SOL_SOCKET, SO_TIMESTAMPNS, in wait_netstamp_needed_key() 558 if (!ASSERT_OK(err, "setsockopt(SO_TIMESTAMPNS)")) in wait_netstamp_needed_key() 640 err = setsockopt(listen_fd, SOL_SOCKET, SO_TIMESTAMPNS, in test_inet_dtime() 642 if (!ASSERT_OK(err, "setsockopt(SO_TIMESTAMPNS)")) in test_inet_dtime()
|
| /linux/Documentation/networking/ |
| H A D | timestamping.rst | 23 SO_TIMESTAMPNS 26 SO_TIMESTAMPNS is defined as SO_TIMESTAMPNS_NEW or SO_TIMESTAMPNS_OLD 58 1.2 SO_TIMESTAMPNS (also SO_TIMESTAMPNS_OLD and SO_TIMESTAMPNS_NEW) 418 SO_TIMESTAMP and SO_TIMESTAMPNS records can be retrieved. 454 Note that if the SO_TIMESTAMP or SO_TIMESTAMPNS option is enabled
|