diff options
author | Pavel Emelyanov <xemul@openvz.org> | 2008-07-18 07:04:22 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-07-18 07:04:22 -0400 |
commit | 923c6586b0dc0a00df07a1608185437145a0c68b (patch) | |
tree | bbe3324b4ae8920a3a50e81e596c75db11cc9433 /net/ipv4/icmp.c | |
parent | b60538a0d737609213e4b758881913498d3ff0b4 (diff) |
mib: put icmpmsg statistics on struct net
Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/icmp.c')
-rw-r--r-- | net/ipv4/icmp.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net/ipv4/icmp.c b/net/ipv4/icmp.c index 33f958902d9b..860558633b2c 100644 --- a/net/ipv4/icmp.c +++ b/net/ipv4/icmp.c | |||
@@ -111,11 +111,6 @@ struct icmp_bxm { | |||
111 | unsigned char optbuf[40]; | 111 | unsigned char optbuf[40]; |
112 | }; | 112 | }; |
113 | 113 | ||
114 | /* | ||
115 | * Statistics | ||
116 | */ | ||
117 | DEFINE_SNMP_STAT(struct icmpmsg_mib, icmpmsg_statistics) __read_mostly; | ||
118 | |||
119 | /* An array of errno for error messages from dest unreach. */ | 114 | /* An array of errno for error messages from dest unreach. */ |
120 | /* RFC 1122: 3.2.2.1 States that NET_UNREACH, HOST_UNREACH and SR_FAILED MUST be considered 'transient errs'. */ | 115 | /* RFC 1122: 3.2.2.1 States that NET_UNREACH, HOST_UNREACH and SR_FAILED MUST be considered 'transient errs'. */ |
121 | 116 | ||