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 436d978c6c39..ad41e8ecf796 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c | |||
@@ -1169,6 +1169,7 @@ static bool tcp_v4_inbound_md5_hash(const struct sock *sk, | |||
1169 | NULL, skb); | 1169 | NULL, skb); |
1170 | 1170 | ||
1171 | if (genhash || memcmp(hash_location, newhash, 16) != 0) { | 1171 | if (genhash || memcmp(hash_location, newhash, 16) != 0) { |
1172 | NET_INC_STATS(sock_net(sk), LINUX_MIB_TCPMD5FAILURE); | ||
1172 | net_info_ratelimited("MD5 Hash failed for (%pI4, %d)->(%pI4, %d)%s\n", | 1173 | net_info_ratelimited("MD5 Hash failed for (%pI4, %d)->(%pI4, %d)%s\n", |
1173 | &iph->saddr, ntohs(th->source), | 1174 | &iph->saddr, ntohs(th->source), |
1174 | &iph->daddr, ntohs(th->dest), | 1175 | &iph->daddr, ntohs(th->dest), |