aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/icmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/icmp.c')
-rw-r--r--net/ipv4/icmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/icmp.c b/net/ipv4/icmp.c
index 6f4c65b898b4..ea60ad41008c 100644
--- a/net/ipv4/icmp.c
+++ b/net/ipv4/icmp.c
@@ -1012,7 +1012,7 @@ int icmp_rcv(struct sk_buff *skb)
1012 1012
1013 icmph = icmp_hdr(skb); 1013 icmph = icmp_hdr(skb);
1014 1014
1015 ICMPMSGIN_INC_STATS_BH(icmph->type); 1015 ICMPMSGIN_INC_STATS_BH(net, icmph->type);
1016 /* 1016 /*
1017 * 18 is the highest 'known' ICMP type. Anything else is a mystery 1017 * 18 is the highest 'known' ICMP type. Anything else is a mystery
1018 * 1018 *