Symbol: SO_TIMESTAMPING_OLD
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)
net/compat.c
249
(type == SO_TIMESTAMPNS_OLD || type == SO_TIMESTAMPING_OLD)) {
net/core/scm.c
339
put_cmsg(msg, SOL_SOCKET, SO_TIMESTAMPING_OLD, sizeof(tss), &tss);
net/core/sock.c
1435
case SO_TIMESTAMPING_OLD:
net/core/sock.c
1842
case SO_TIMESTAMPING_OLD:
net/core/sock.c
1849
if (optname == SO_TIMESTAMPING_OLD || sock_flag(sk, SOCK_TSTAMP_NEW)) {
net/core/sock.c
3025
case SO_TIMESTAMPING_OLD:
net/mptcp/sockopt.c
337
case SO_TIMESTAMPING_OLD:
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/cmsg_sender.c
374
cmsg->cmsg_type == SO_TIMESTAMPING_OLD) {