Searched defs:SO_TIMESTAMPNS (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/testing/selftests/net/
H A Dtimestamping.c43 # define SO_TIMESTAMPNS 35 macro
[all...]
/linux-master/arch/mips/include/uapi/asm/
H A Dsocket.h158 #define SO_TIMESTAMPNS SO_TIMESTAMPNS_OLD macro
165 #define SO_TIMESTAMPNS (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPNS_OLD : SO_TIMESTAMPNS_NEW) macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dsocket.h147 #define SO_TIMESTAMPNS SO_TIMESTAMPNS_OLD macro
154 #define SO_TIMESTAMPNS (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPNS_OLD : SO_TIMESTAMPNS_NEW) macro
/linux-master/arch/parisc/include/uapi/asm/
H A Dsocket.h139 #define SO_TIMESTAMPNS SO_TIMESTAMPNS_OLD macro
145 #define SO_TIMESTAMPNS (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPNS_OLD : SO_TIMESTAMPNS_NEW) macro
/linux-master/arch/sparc/include/uapi/asm/
H A Dsocket.h141 #define SO_TIMESTAMPNS SO_TIMESTAMPNS_OLD macro
148 #define SO_TIMESTAMPNS (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPNS_OLD : SO_TIMESTAMPNS_NEW) macro
/linux-master/include/uapi/asm-generic/
H A Dsocket.h143 #define SO_TIMESTAMPNS SO_TIMESTAMPNS_OLD macro
150 #define SO_TIMESTAMPNS (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPNS_OLD : SO_TIMESTAMPNS_NEW) macro
/linux-master/tools/include/uapi/asm-generic/
H A Dsocket.h132 #define SO_TIMESTAMPNS SO_TIMESTAMPNS_OLD macro
139 #define SO_TIMESTAMPNS (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPNS_OLD : SO_TIMESTAMPNS_NEW) macro

Completed in 150 milliseconds