X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=net%2Fipv6%2Ftcp_ipv6.c;h=424d9c4a67ac39b95ca16fb50ff3e2fc6eb80df1;hb=e41b5368e029e79d11acb5952bc73284e5026c62;hp=6268d266c0349f8ea42a6b4c4c4f4d672f715c2b;hpb=a862f6a6dc89c57dd3a959a1636b59f0c27169c2;p=mirror_ubuntu-zesty-kernel.git diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index 6268d266c034..424d9c4a67ac 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c @@ -330,7 +330,8 @@ static void tcp_v6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, th->dest, &hdr->saddr, th->source, skb->dev->ifindex); if (sk == NULL) { - ICMP6_INC_STATS_BH(__in6_dev_get(skb->dev), ICMP6_MIB_INERRORS); + ICMP6_INC_STATS_BH(net, __in6_dev_get(skb->dev), + ICMP6_MIB_INERRORS); return; }