patch-2.0.30 linux/include/net/udp.h
Next file: linux/include/scsi/scsi.h
Previous file: linux/include/net/tcp.h
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Tue Apr 8 08:47:47 1997
- Orig file:
v2.0.29/linux/include/net/udp.h
- Orig date:
Thu Nov 14 05:20:10 1996
diff -u --recursive --new-file v2.0.29/linux/include/net/udp.h linux/include/net/udp.h
@@ -24,6 +24,15 @@
#include <linux/udp.h>
+#define UDP_HTABLE_SIZE 128
+
+/* udp.c: This needs to be shared by v4 and v6 because the lookup
+ * and hashing code needs to work with different AF's yet
+ * the port space is shared.
+ */
+extern struct sock *udp_hash[UDP_HTABLE_SIZE];
+
+extern unsigned short udp_good_socknum(void);
#define UDP_NO_CHECK 0
@@ -47,7 +56,6 @@
unsigned short len, __u32 saddr, int redo,
struct inet_protocol *protocol);
extern int udp_ioctl(struct sock *sk, int cmd, unsigned long arg);
-extern void udp_cache_zap(void); /* Remove udp last socket cache */
/* CONFIG_IP_TRANSPARENT_PROXY */
extern int udp_chkaddr(struct sk_buff *skb);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov