Home
last modified time | relevance | path

Searched defs:SO_TIMESTAMPING (Results 1 – 7 of 7) sorted by relevance

/linux-6.8/tools/include/uapi/asm-generic/
Dsocket.h133 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
140 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
/linux-6.8/arch/sparc/include/uapi/asm/
Dsocket.h142 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
149 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
/linux-6.8/arch/mips/include/uapi/asm/
Dsocket.h159 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
166 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
/linux-6.8/include/uapi/asm-generic/
Dsocket.h144 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
151 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
/linux-6.8/arch/alpha/include/uapi/asm/
Dsocket.h148 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
155 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
/linux-6.8/arch/parisc/include/uapi/asm/
Dsocket.h140 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
146 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
/linux-6.8/tools/testing/selftests/net/
Dtimestamping.c38 # define SO_TIMESTAMPING 37 macro