]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/ipv4/udp.c
[UDP]: Move udp_stats_in6 into net/ipv4/udp.c
[linux-2.6-omap-h63xx.git] / net / ipv4 / udp.c
index 9ed6393c65d976298a4fb9ddca046cc8b4e338f5..3d6021585658161bfff9a9765f84f5eaa64d40ae 100644 (file)
 DEFINE_SNMP_STAT(struct udp_mib, udp_statistics) __read_mostly;
 EXPORT_SYMBOL(udp_statistics);
 
+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);