SO_TIMESTAMPING 147 arch/alpha/include/uapi/asm/socket.h #define SCM_TIMESTAMPING SO_TIMESTAMPING SO_TIMESTAMPING 158 arch/mips/include/uapi/asm/socket.h #define SCM_TIMESTAMPING SO_TIMESTAMPING SO_TIMESTAMPING 138 arch/parisc/include/uapi/asm/socket.h #define SCM_TIMESTAMPING SO_TIMESTAMPING SO_TIMESTAMPING 141 arch/sparc/include/uapi/asm/socket.h #define SCM_TIMESTAMPING SO_TIMESTAMPING SO_TIMESTAMPING 143 include/uapi/asm-generic/socket.h #define SCM_TIMESTAMPING SO_TIMESTAMPING SO_TIMESTAMPING 143 tools/include/uapi/asm-generic/socket.h #define SCM_TIMESTAMPING SO_TIMESTAMPING SO_TIMESTAMPING 148 tools/testing/selftests/net/udpgso_bench_tx.c if (cmsg->cmsg_type == SO_TIMESTAMPING) { SO_TIMESTAMPING 303 tools/testing/selftests/net/udpgso_bench_tx.c cm->cmsg_type = SO_TIMESTAMPING; SO_TIMESTAMPING 550 tools/testing/selftests/net/udpgso_bench_tx.c if (setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, &val, sizeof(val))) SO_TIMESTAMPING 268 tools/testing/selftests/networking/timestamping/rxtimestamp.c setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMPING, SO_TIMESTAMPING 37 tools/testing/selftests/networking/timestamping/timestamping.c #ifndef SO_TIMESTAMPING SO_TIMESTAMPING 39 tools/testing/selftests/networking/timestamping/timestamping.c # define SCM_TIMESTAMPING SO_TIMESTAMPING SO_TIMESTAMPING 177 tools/testing/selftests/networking/timestamping/timestamping.c case SO_TIMESTAMPING: { SO_TIMESTAMPING 421 tools/testing/selftests/networking/timestamping/timestamping.c setsockopt(sock, SOL_SOCKET, SO_TIMESTAMPING, SO_TIMESTAMPING 444 tools/testing/selftests/networking/timestamping/timestamping.c if (getsockopt(sock, SOL_SOCKET, SO_TIMESTAMPING, &val, &len) < 0) { SO_TIMESTAMPING 460 tools/testing/selftests/networking/timestamping/txtimestamp.c if (setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, SO_TIMESTAMPING 517 tools/testing/selftests/networking/timestamping/txtimestamp.c cmsg->cmsg_type = SO_TIMESTAMPING;