SO_TIMESTAMPING   132 arch/alpha/include/uapi/asm/socket.h #define SO_TIMESTAMPING         SO_TIMESTAMPING_OLD
SO_TIMESTAMPING   139 arch/alpha/include/uapi/asm/socket.h #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMESTAMPING_NEW)
SO_TIMESTAMPING   143 arch/mips/include/uapi/asm/socket.h #define SO_TIMESTAMPING		SO_TIMESTAMPING_OLD
SO_TIMESTAMPING   150 arch/mips/include/uapi/asm/socket.h #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMESTAMPING_NEW)
SO_TIMESTAMPING   124 arch/parisc/include/uapi/asm/socket.h #define SO_TIMESTAMPING         SO_TIMESTAMPING_OLD
SO_TIMESTAMPING   130 arch/parisc/include/uapi/asm/socket.h #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMESTAMPING_NEW)
SO_TIMESTAMPING   126 arch/sparc/include/uapi/asm/socket.h #define SO_TIMESTAMPING		SO_TIMESTAMPING_OLD
SO_TIMESTAMPING   133 arch/sparc/include/uapi/asm/socket.h #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMESTAMPING_NEW)
SO_TIMESTAMPING   128 include/uapi/asm-generic/socket.h #define SO_TIMESTAMPING		SO_TIMESTAMPING_OLD
SO_TIMESTAMPING   135 include/uapi/asm-generic/socket.h #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMESTAMPING_NEW)
SO_TIMESTAMPING   128 tools/include/uapi/asm-generic/socket.h #define SO_TIMESTAMPING		SO_TIMESTAMPING_OLD
SO_TIMESTAMPING   135 tools/include/uapi/asm-generic/socket.h #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMESTAMPING_NEW)
SO_TIMESTAMPING    38 tools/testing/selftests/networking/timestamping/timestamping.c # define SO_TIMESTAMPING         37