Searched refs:SO_TIMESTAMPNS (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | socket.h | 132 #define SO_TIMESTAMPNS SO_TIMESTAMPNS_OLD macro 139 #define SO_TIMESTAMPNS (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPNS_OLD : SO_TIMESTA… macro 147 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | socket.h | 143 #define SO_TIMESTAMPNS SO_TIMESTAMPNS_OLD macro 150 #define SO_TIMESTAMPNS (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPNS_OLD : SO_TIMESTA… macro 158 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | socket.h | 141 #define SO_TIMESTAMPNS SO_TIMESTAMPNS_OLD macro 148 #define SO_TIMESTAMPNS (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPNS_OLD : SO_TIMESTA… macro 156 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | socket.h | 147 #define SO_TIMESTAMPNS SO_TIMESTAMPNS_OLD macro 154 #define SO_TIMESTAMPNS (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPNS_OLD : SO_TIMESTA… macro 162 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | socket.h | 139 #define SO_TIMESTAMPNS SO_TIMESTAMPNS_OLD macro 145 #define SO_TIMESTAMPNS (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPNS_OLD : SO_TIMESTA… macro 153 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
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
|
/openbmc/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 | 267 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMPNS, in config_so_flags()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | tc_redirect.c | 448 cmsg->cmsg_type == SO_TIMESTAMPNS) in __rcv_tstamp() 490 err = setsockopt(srv_fd, SOL_SOCKET, SO_TIMESTAMPNS, in wait_netstamp_needed_key() 574 err = setsockopt(listen_fd, SOL_SOCKET, SO_TIMESTAMPNS, in test_inet_dtime()
|
/openbmc/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) 377 SO_TIMESTAMP and SO_TIMESTAMPNS records can be retrieved. 413 Note that if the SO_TIMESTAMP or SO_TIMESTAMPNS option is enabled
|