Home
last modified time | relevance | path

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

/linux/arch/sparc/include/uapi/asm/
H A Dsocket.h157 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
164 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
/linux/tools/include/uapi/asm-generic/
H A Dsocket.h156 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
163 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
/linux/include/uapi/asm-generic/
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_TIMES… macro
/linux/arch/alpha/include/uapi/asm/
H A Dsocket.h163 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
170 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
/linux/arch/parisc/include/uapi/asm/
H A Dsocket.h155 #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/tools/testing/selftests/net/
H A Dtimestamping.c38 # define SO_TIMESTAMPING 37 macro