Home
last modified time | relevance | path

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

/linux-5.10/arch/alpha/include/uapi/asm/
Dsocket.h132 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
139 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
/linux-5.10/arch/sparc/include/uapi/asm/
Dsocket.h126 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
133 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
/linux-5.10/include/uapi/asm-generic/
Dsocket.h128 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
135 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
/linux-5.10/tools/include/uapi/asm-generic/
Dsocket.h128 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
135 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
/linux-5.10/arch/parisc/include/uapi/asm/
Dsocket.h124 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
130 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
/linux-5.10/arch/mips/include/uapi/asm/
Dsocket.h143 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
150 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
/linux-5.10/tools/testing/selftests/net/
Dtimestamping.c38 # define SO_TIMESTAMPING 37 macro