Searched refs:SO_TIMESTAMPING_NEW (Results 1 – 10 of 10) sorted by relevance
112 #define SO_TIMESTAMPING_NEW 0x403A macro156 …IMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMESTAMPING_NEW)
113 #define SO_TIMESTAMPING_NEW 0x0043 macro159 …IMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMESTAMPING_NEW)
131 #define SO_TIMESTAMPING_NEW 65 macro176 …IMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMESTAMPING_NEW)
115 #define SO_TIMESTAMPING_NEW 65 macro161 …IMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMESTAMPING_NEW)
120 #define SO_TIMESTAMPING_NEW 65 macro165 …IMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMESTAMPING_NEW)
305 put_cmsg(msg, SOL_SOCKET, SO_TIMESTAMPING_NEW, sizeof(tss), &tss); in put_cmsg_scm_timestamping64()
940 sock_valbool_flag(sk, SOCK_TSTAMP_NEW, optname == SO_TIMESTAMPING_NEW); in sock_set_timestamping()1429 case SO_TIMESTAMPING_NEW: in sk_setsockopt()1823 case SO_TIMESTAMPING_NEW: in sk_getsockopt()2985 case SO_TIMESTAMPING_NEW: in __sock_cmsg_send()
71 1.3 SO_TIMESTAMPING (also SO_TIMESTAMPING_OLD and SO_TIMESTAMPING_NEW)433 For SO_TIMESTAMPING_NEW::438 Always use SO_TIMESTAMPING_NEW timestamp to always get timestamp in
338 case SO_TIMESTAMPING_NEW: in mptcp_setsockopt_sol_socket()