summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_input.c
diff options
context:
space:
mode:
authorPavel Emelyanov <xemul@openvz.org>2008-07-18 04:02:42 -0700
committerDavid S. Miller <davem@davemloft.net>2008-07-18 04:02:42 -0700
commita20f5799ca7ceb24d63c74b6fdad4b0c0ee91f4f (patch)
tree0262e4a674c611044d78c9f62f378473df0ce0f1 /net/ipv4/ip_input.c
parent57ef42d59d1c1d79be59fc3c6380ae14234e38c3 (diff)
downloadop-kernel-dev-a20f5799ca7ceb24d63c74b6fdad4b0c0ee91f4f.zip
op-kernel-dev-a20f5799ca7ceb24d63c74b6fdad4b0c0ee91f4f.tar.gz
mib: put ip statistics on struct net
Similar to tcp one. Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/ip_input.c')
-rw-r--r--net/ipv4/ip_input.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/net/ipv4/ip_input.c b/net/ipv4/ip_input.c
index 043f640..e0bed56 100644
--- a/net/ipv4/ip_input.c
+++ b/net/ipv4/ip_input.c
@@ -145,12 +145,6 @@
#include <linux/netlink.h>
/*
- * SNMP management statistics
- */
-
-DEFINE_SNMP_STAT(struct ipstats_mib, ip_statistics) __read_mostly;
-
-/*
* Process Router Attention IP option
*/
int ip_call_ra_chain(struct sk_buff *skb)
@@ -447,5 +441,3 @@ drop:
out:
return NET_RX_DROP;
}
-
-EXPORT_SYMBOL(ip_statistics);
OpenPOWER on IntegriCloud