diff options
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
-rw-r--r-- | net/ipv4/tcp_ipv4.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index 32b048e524d6..436d978c6c39 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c | |||
@@ -1602,6 +1602,7 @@ process: | |||
1602 | 1602 | ||
1603 | sk = req->rsk_listener; | 1603 | sk = req->rsk_listener; |
1604 | if (unlikely(tcp_v4_inbound_md5_hash(sk, skb))) { | 1604 | if (unlikely(tcp_v4_inbound_md5_hash(sk, skb))) { |
1605 | sk_drops_add(sk, skb); | ||
1605 | reqsk_put(req); | 1606 | reqsk_put(req); |
1606 | goto discard_it; | 1607 | goto discard_it; |
1607 | } | 1608 | } |