|
@@ -112,6 +112,9 @@
|
|
DEFINE_SNMP_STAT(struct udp_mib, udp_statistics) __read_mostly;
|
|
DEFINE_SNMP_STAT(struct udp_mib, udp_statistics) __read_mostly;
|
|
EXPORT_SYMBOL(udp_statistics);
|
|
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];
|
|
struct hlist_head udp_hash[UDP_HTABLE_SIZE];
|
|
DEFINE_RWLOCK(udp_hash_lock);
|
|
DEFINE_RWLOCK(udp_hash_lock);
|
|
|
|
|