Symbol: SO_TIMESTAMPING
arch/alpha/include/uapi/asm/socket.h
178
#define SCM_TIMESTAMPING SO_TIMESTAMPING
arch/mips/include/uapi/asm/socket.h
189
#define SCM_TIMESTAMPING SO_TIMESTAMPING
arch/parisc/include/uapi/asm/socket.h
169
#define SCM_TIMESTAMPING SO_TIMESTAMPING
arch/sparc/include/uapi/asm/socket.h
172
#define SCM_TIMESTAMPING SO_TIMESTAMPING
include/uapi/asm-generic/socket.h
174
#define SCM_TIMESTAMPING SO_TIMESTAMPING
tools/include/uapi/asm-generic/socket.h
171
#define SCM_TIMESTAMPING SO_TIMESTAMPING
tools/testing/selftests/bpf/prog_tests/net_timestamping.c
196
ret = setsockopt(cfd, SOL_SOCKET, SO_TIMESTAMPING,
tools/testing/selftests/bpf/xdp_hw_metadata.c
644
ret = setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, &val, sizeof(val));
tools/testing/selftests/net/cmsg_sender.c
309
cmsg->cmsg_type = SO_TIMESTAMPING;
tools/testing/selftests/net/cmsg_sender.c
464
if (setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING,
tools/testing/selftests/net/rxtimestamp.c
290
setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMPING,
tools/testing/selftests/net/timestamping.c
196
case SO_TIMESTAMPING: {
tools/testing/selftests/net/timestamping.c
37
#ifndef SO_TIMESTAMPING
tools/testing/selftests/net/timestamping.c
39
# define SCM_TIMESTAMPING SO_TIMESTAMPING
tools/testing/selftests/net/timestamping.c
460
setsockopt(sock, SOL_SOCKET, SO_TIMESTAMPING, &so_timestamping,
tools/testing/selftests/net/timestamping.c
483
if (getsockopt(sock, SOL_SOCKET, SO_TIMESTAMPING, &so_timestamping_get,
tools/testing/selftests/net/txtimestamp.c
579
if (setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING,
tools/testing/selftests/net/txtimestamp.c
637
cmsg->cmsg_type = SO_TIMESTAMPING;
tools/testing/selftests/net/udpgso_bench_tx.c
149
if (cmsg->cmsg_type == SO_TIMESTAMPING) {
tools/testing/selftests/net/udpgso_bench_tx.c
319
cm->cmsg_type = SO_TIMESTAMPING;
tools/testing/selftests/net/udpgso_bench_tx.c
578
if (setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, &val, sizeof(val)))