]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/net/udplite.h
Merge branches 'fixes', 'cleanups' and 'boards'
[linux-2.6-omap-h63xx.git] / include / net / udplite.h
index 635b0eafca95d256e789edb0323cbb8aef759f4f..afdffe607b2425fd66a2a1c8ae30b3bca1eb1494 100644 (file)
 #define UDPLITE_RECV_CSCOV   11 /* receiver partial coverage (threshold ) */
 
 extern struct proto            udplite_prot;
-extern struct hlist_head       udplite_hash[UDP_HTABLE_SIZE];
-
-/* UDP-Lite does not have a standardized MIB yet, so we inherit from UDP */
-DECLARE_SNMP_STAT(struct udp_mib, udplite_statistics);
+extern struct udp_table                udplite_table;
 
 /*
  *     Checksum computation is all in software, hence simpler getfrag.