diff options
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
-rw-r--r-- | net/ipv4/tcp_ipv4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index aad2298de7ad..9c68cf3762c4 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c | |||
@@ -1591,7 +1591,7 @@ process: | |||
1591 | if (likely(sk->sk_state == TCP_LISTEN)) { | 1591 | if (likely(sk->sk_state == TCP_LISTEN)) { |
1592 | nsk = tcp_check_req(sk, skb, req, false); | 1592 | nsk = tcp_check_req(sk, skb, req, false); |
1593 | } else { | 1593 | } else { |
1594 | inet_csk_reqsk_queue_drop(sk, req); | 1594 | inet_csk_reqsk_queue_drop_and_put(sk, req); |
1595 | goto lookup; | 1595 | goto lookup; |
1596 | } | 1596 | } |
1597 | if (!nsk) { | 1597 | if (!nsk) { |