summaryrefslogtreecommitdiffstats
path: root/include/net/icmp.h
diff options
context:
space:
mode:
authorEric Dumazet2016-04-28 01:44:29 +0200
committerDavid S. Miller2016-04-28 04:48:22 +0200
commit5d3848bc33b7d13fc97b5b6e0dccde2d0755bfd5 (patch)
tree63cfc7cf4c2a7dca87c9c2e59f0fefc971b91500 /include/net/icmp.h
parentdccp: rename DCCP_INC_STATS_BH() (diff)
downloadkernel-qcow2-linux-5d3848bc33b7d13fc97b5b6e0dccde2d0755bfd5.tar.gz
kernel-qcow2-linux-5d3848bc33b7d13fc97b5b6e0dccde2d0755bfd5.tar.xz
kernel-qcow2-linux-5d3848bc33b7d13fc97b5b6e0dccde2d0755bfd5.zip
net: rename ICMP_INC_STATS_BH()
Rename ICMP_INC_STATS_BH() to __ICMP_INC_STATS() Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/icmp.h')
-rw-r--r--include/net/icmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/icmp.h b/include/net/icmp.h
index 970028e13382..5a60ce819078 100644
--- a/include/net/icmp.h
+++ b/include/net/icmp.h
@@ -30,7 +30,7 @@ struct icmp_err {
extern const struct icmp_err icmp_err_convert[];
#define ICMP_INC_STATS(net, field) SNMP_INC_STATS((net)->mib.icmp_statistics, field)
-#define ICMP_INC_STATS_BH(net, field) SNMP_INC_STATS_BH((net)->mib.icmp_statistics, field)
+#define __ICMP_INC_STATS(net, field) SNMP_INC_STATS_BH((net)->mib.icmp_statistics, field)
#define ICMPMSGOUT_INC_STATS(net, field) SNMP_INC_STATS_ATOMIC_LONG((net)->mib.icmpmsg_statistics, field+256)
#define ICMPMSGIN_INC_STATS_BH(net, field) SNMP_INC_STATS_ATOMIC_LONG((net)->mib.icmpmsg_statistics, field)