summaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp.c
diff options
context:
space:
mode:
authorDenis V. Lunev2008-10-07 23:49:36 +0200
committerDavid S. Miller2008-10-07 23:49:36 +0200
commit0c7ed677fb7013c8028045d409a48ac42151187a (patch)
tree7449bac3fd2433b541da0d458cf0aecfb90451b8 /net/ipv4/udp.c
parentnetns: add stub functions for per/namespace mibs allocation (diff)
downloadkernel-qcow2-linux-0c7ed677fb7013c8028045d409a48ac42151187a.tar.gz
kernel-qcow2-linux-0c7ed677fb7013c8028045d409a48ac42151187a.tar.xz
kernel-qcow2-linux-0c7ed677fb7013c8028045d409a48ac42151187a.zip
netns: make udpv6 mib per/namespace
Signed-off-by: Denis V. Lunev <den@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/udp.c')
-rw-r--r--net/ipv4/udp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/ipv4/udp.c b/net/ipv4/udp.c
index 822c9deac83b..85f8e8e10b1b 100644
--- a/net/ipv4/udp.c
+++ b/net/ipv4/udp.c
@@ -108,9 +108,6 @@
* Snmp MIB for the UDP layer
*/
-DEFINE_SNMP_STAT(struct udp_mib, udp_stats_in6) __read_mostly;
-EXPORT_SYMBOL(udp_stats_in6);
-
struct hlist_head udp_hash[UDP_HTABLE_SIZE];
DEFINE_RWLOCK(udp_hash_lock);