diff options
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
-rw-r--r-- | net/ipv6/tcp_ipv6.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index ac0ed7bda406..e4f55683af31 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c | |||
@@ -671,6 +671,7 @@ static bool tcp_v6_inbound_md5_hash(const struct sock *sk, | |||
671 | NULL, skb); | 671 | NULL, skb); |
672 | 672 | ||
673 | if (genhash || memcmp(hash_location, newhash, 16) != 0) { | 673 | if (genhash || memcmp(hash_location, newhash, 16) != 0) { |
674 | NET_INC_STATS(sock_net(sk), LINUX_MIB_TCPMD5FAILURE); | ||
674 | net_info_ratelimited("MD5 Hash %s for [%pI6c]:%u->[%pI6c]:%u\n", | 675 | net_info_ratelimited("MD5 Hash %s for [%pI6c]:%u->[%pI6c]:%u\n", |
675 | genhash ? "failed" : "mismatch", | 676 | genhash ? "failed" : "mismatch", |
676 | &ip6h->saddr, ntohs(th->source), | 677 | &ip6h->saddr, ntohs(th->source), |