Home
last modified time | relevance | path

Searched refs:SO_TIMESTAMPING_NEW (Results 1 – 8 of 8) sorted by relevance

/linux/tools/include/uapi/asm-generic/
H A Dsocket.h115 #define SO_TIMESTAMPING_NEW 65 macro
163 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMESTAMPING_NEW)
/linux/arch/mips/include/uapi/asm/
H A Dsocket.h131 #define SO_TIMESTAMPING_NEW 65 macro
181 …IMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMESTAMPING_NEW)
/linux/arch/parisc/include/uapi/asm/
H A Dsocket.h112 #define SO_TIMESTAMPING_NEW 0x403A macro
161 …IMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMESTAMPING_NEW)
/linux/include/uapi/asm-generic/
H A Dsocket.h115 #define SO_TIMESTAMPING_NEW 65 macro
166 …IMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMESTAMPING_NEW)
/linux/arch/sparc/include/uapi/asm/
H A Dsocket.h113 #define SO_TIMESTAMPING_NEW 0x0043 macro
164 …IMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMESTAMPING_NEW)
/linux/arch/alpha/include/uapi/asm/
H A Dsocket.h120 #define SO_TIMESTAMPING_NEW 65 macro
170 …IMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMESTAMPING_NEW)
/linux/Documentation/translations/zh_CN/networking/
H A Dtimestamping.rst70 1.3 SO_TIMESTAMPING(也包括 SO_TIMESTAMPING_OLD 和 SO_TIMESTAMPING_NEW
345 对于 SO_TIMESTAMPING_NEW::
350 始终使用 SO_TIMESTAMPING_NEW 时间戳以始终获得 struct scm_timestamping64
/linux/net/mptcp/
H A Dsockopt.c338 case SO_TIMESTAMPING_NEW: in mptcp_setsockopt_sol_socket()