Home
last modified time | relevance | path

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

/linux-6.14.4/arch/alpha/include/uapi/asm/
Dsocket.h158 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
165 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
/linux-6.14.4/tools/include/uapi/asm-generic/
Dsocket.h154 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
161 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
/linux-6.14.4/arch/sparc/include/uapi/asm/
Dsocket.h152 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
159 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
/linux-6.14.4/include/uapi/asm-generic/
Dsocket.h154 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
161 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
/linux-6.14.4/arch/parisc/include/uapi/asm/
Dsocket.h150 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
156 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
/linux-6.14.4/arch/mips/include/uapi/asm/
Dsocket.h169 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
176 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
/linux-6.14.4/tools/testing/selftests/net/
Dtimestamping.c38 # define SO_TIMESTAMPING 37 macro