Symbol: SO_SNDTIMEO_OLD
arch/alpha/include/uapi/asm/socket.h
166
#define SO_SNDTIMEO SO_SNDTIMEO_OLD
arch/alpha/include/uapi/asm/socket.h
173
#define SO_SNDTIMEO (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_SNDTIMEO_OLD : SO_SNDTIMEO_NEW)
arch/mips/include/uapi/asm/socket.h
177
#define SO_SNDTIMEO SO_SNDTIMEO_OLD
arch/mips/include/uapi/asm/socket.h
184
#define SO_SNDTIMEO (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_SNDTIMEO_OLD : SO_SNDTIMEO_NEW)
arch/parisc/include/uapi/asm/socket.h
157
#define SO_SNDTIMEO SO_SNDTIMEO_OLD
arch/parisc/include/uapi/asm/socket.h
164
#define SO_SNDTIMEO (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_SNDTIMEO_OLD : SO_SNDTIMEO_NEW)
arch/sparc/include/uapi/asm/socket.h
160
#define SO_SNDTIMEO SO_SNDTIMEO_OLD
arch/sparc/include/uapi/asm/socket.h
167
#define SO_SNDTIMEO (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_SNDTIMEO_OLD : SO_SNDTIMEO_NEW)
include/uapi/asm-generic/socket.h
162
#define SO_SNDTIMEO SO_SNDTIMEO_OLD
include/uapi/asm-generic/socket.h
169
#define SO_SNDTIMEO (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_SNDTIMEO_OLD : SO_SNDTIMEO_NEW)
net/core/sock.c
1300
case SO_SNDTIMEO_OLD:
net/core/sock.c
1303
optlen, optname == SO_SNDTIMEO_OLD);
net/core/sock.c
1861
case SO_SNDTIMEO_OLD:
net/core/sock.c
1864
SO_SNDTIMEO_OLD == optname);
net/mptcp/sockopt.c
346
case SO_SNDTIMEO_OLD:
tools/include/uapi/asm-generic/socket.h
159
#define SO_SNDTIMEO SO_SNDTIMEO_OLD
tools/include/uapi/asm-generic/socket.h
166
#define SO_SNDTIMEO (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_SNDTIMEO_OLD : SO_SNDTIMEO_NEW)