Symbol: SO_TIMESTAMPING
arch/alpha/include/uapi/asm/socket.h
163
#define SO_TIMESTAMPING SO_TIMESTAMPING_OLD
arch/alpha/include/uapi/asm/socket.h
170
#define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMESTAMPING_NEW)
arch/mips/include/uapi/asm/socket.h
174
#define SO_TIMESTAMPING SO_TIMESTAMPING_OLD
arch/mips/include/uapi/asm/socket.h
181
#define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMESTAMPING_NEW)
arch/parisc/include/uapi/asm/socket.h
155
#define SO_TIMESTAMPING SO_TIMESTAMPING_OLD
arch/parisc/include/uapi/asm/socket.h
161
#define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMESTAMPING_NEW)
arch/sparc/include/uapi/asm/socket.h
157
#define SO_TIMESTAMPING SO_TIMESTAMPING_OLD
arch/sparc/include/uapi/asm/socket.h
164
#define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMESTAMPING_NEW)
include/uapi/asm-generic/socket.h
159
#define SO_TIMESTAMPING SO_TIMESTAMPING_OLD
include/uapi/asm-generic/socket.h
166
#define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMESTAMPING_NEW)
tools/include/uapi/asm-generic/socket.h
156
#define SO_TIMESTAMPING SO_TIMESTAMPING_OLD
tools/include/uapi/asm-generic/socket.h
163
#define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMESTAMPING_NEW)
tools/testing/selftests/net/timestamping.c
38
# define SO_TIMESTAMPING 37