Home
last modified time | relevance | path

Searched refs:SO_SNDTIMEO_OLD (Results 1 – 9 of 9) sorted by relevance

/linux-5.19.10/tools/include/uapi/asm-generic/
Dsocket.h34 #define SO_SNDTIMEO_OLD 21 macro
133 #define SO_SNDTIMEO SO_SNDTIMEO_OLD
140 #define SO_SNDTIMEO (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_SNDTIMEO_OLD : SO_SNDTIMEO_NEW)
/linux-5.19.10/arch/sparc/include/uapi/asm/
Dsocket.h25 #define SO_SNDTIMEO_OLD 0x4000 macro
142 #define SO_SNDTIMEO SO_SNDTIMEO_OLD
149 #define SO_SNDTIMEO (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_SNDTIMEO_OLD : SO_SNDTIMEO_NEW)
/linux-5.19.10/include/uapi/asm-generic/
Dsocket.h34 #define SO_SNDTIMEO_OLD 21 macro
144 #define SO_SNDTIMEO SO_SNDTIMEO_OLD
151 #define SO_SNDTIMEO (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_SNDTIMEO_OLD : SO_SNDTIMEO_NEW)
/linux-5.19.10/arch/mips/include/uapi/asm/
Dsocket.h42 #define SO_SNDTIMEO_OLD 0x1005 /* send timeout */ macro
159 #define SO_SNDTIMEO SO_SNDTIMEO_OLD
166 #define SO_SNDTIMEO (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_SNDTIMEO_OLD : SO_SNDTIMEO_NEW)
/linux-5.19.10/arch/parisc/include/uapi/asm/
Dsocket.h25 #define SO_SNDTIMEO_OLD 0x1005 macro
139 #define SO_SNDTIMEO SO_SNDTIMEO_OLD
146 #define SO_SNDTIMEO (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_SNDTIMEO_OLD : SO_SNDTIMEO_NEW)
/linux-5.19.10/arch/alpha/include/uapi/asm/
Dsocket.h35 #define SO_SNDTIMEO_OLD 0x1013 macro
148 #define SO_SNDTIMEO SO_SNDTIMEO_OLD
155 #define SO_SNDTIMEO (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_SNDTIMEO_OLD : SO_SNDTIMEO_NEW)
/linux-5.19.10/arch/powerpc/include/uapi/asm/
Dsocket.h15 #define SO_SNDTIMEO_OLD 19 macro
/linux-5.19.10/net/core/
Dsock.c1242 case SO_SNDTIMEO_OLD: in sock_setsockopt()
1245 optlen, optname == SO_SNDTIMEO_OLD); in sock_setsockopt()
1667 case SO_SNDTIMEO_OLD: in sock_getsockopt()
1669 lv = sock_get_timeout(sk->sk_sndtimeo, &v, SO_SNDTIMEO_OLD == optname); in sock_getsockopt()
/linux-5.19.10/net/mptcp/
Dsockopt.c346 case SO_SNDTIMEO_OLD: in mptcp_setsockopt_sol_socket()