ipv6: added net argument to ICMP6MSGIN_INC_STATS_BH
Signed-off-by: Denis V. Lunev <den@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
a712d3e859
commit
55d43808eb
@@ -693,7 +693,7 @@ static int icmpv6_rcv(struct sk_buff *skb)
|
||||
|
||||
type = hdr->icmp6_type;
|
||||
|
||||
ICMP6MSGIN_INC_STATS_BH(idev, type);
|
||||
ICMP6MSGIN_INC_STATS_BH(dev_net(dev), idev, type);
|
||||
|
||||
switch (type) {
|
||||
case ICMPV6_ECHO_REQUEST:
|
||||
|
Reference in New Issue
Block a user