inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV state
sock_edemux() & sock_gen_put() should be ready to cope with request socks. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
0159dfd3d7
commit
41b822c59e
@ -1625,7 +1625,7 @@ static inline void sock_put(struct sock *sk)
|
||||
sk_free(sk);
|
||||
}
|
||||
/* Generic version of sock_put(), dealing with all sockets
|
||||
* (TCP_TIMEWAIT, ESTABLISHED...)
|
||||
* (TCP_TIMEWAIT, TCP_NEW_SYN_RECV, ESTABLISHED...)
|
||||
*/
|
||||
void sock_gen_put(struct sock *sk);
|
||||
|
||||
|
Reference in New Issue
Block a user