Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/linux/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_TIMES… macro
/openbmc/linux/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_TIMES… macro
/openbmc/linux/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_TIMES… macro
/openbmc/linux/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_TIMES… macro
/openbmc/linux/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_TIMES… macro
/openbmc/linux/tools/testing/selftests/net/
H A Dtimestamping.c38 # define SO_TIMESTAMPING 37 macro