Home
last modified time | relevance | path

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

/linux/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_TIMES… macro
/linux/arch/mips/include/uapi/asm/
H A Dsocket.h165 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
172 #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.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/include/uapi/asm-generic/
H A Dsocket.h150 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
157 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
/linux/arch/sparc/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_TIMES… macro
/linux/arch/parisc/include/uapi/asm/
H A Dsocket.h146 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
152 #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