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

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

Completed in 125 milliseconds