diff options
Diffstat (limited to 'net/sctp/ipv6.c')
-rw-r--r-- | net/sctp/ipv6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/ipv6.c b/net/sctp/ipv6.c index c78da3c9dd34..4124bbb99947 100644 --- a/net/sctp/ipv6.c +++ b/net/sctp/ipv6.c | |||
@@ -156,7 +156,7 @@ SCTP_STATIC void sctp_v6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, | |||
156 | skb->network_header = saveip; | 156 | skb->network_header = saveip; |
157 | skb->transport_header = savesctp; | 157 | skb->transport_header = savesctp; |
158 | if (!sk) { | 158 | if (!sk) { |
159 | ICMP6_INC_STATS_BH(idev, ICMP6_MIB_INERRORS); | 159 | ICMP6_INC_STATS_BH(dev_net(skb->dev), idev, ICMP6_MIB_INERRORS); |
160 | goto out; | 160 | goto out; |
161 | } | 161 | } |
162 | 162 | ||