summaryrefslogtreecommitdiffstats
path: root/include/net/udp.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-10-09 00:00:47 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-10-09 00:00:47 +0000
commitd6434e1042f3b0a6dfe1b1f615af369486f9b1fa (patch)
treee2be02f33984c48ec019c654051d27964e42c441 /include/net/udp.h
parent609d1e803baf519487233b765eb487f9ec227a18 (diff)
Merge with 2.3.19.
Diffstat (limited to 'include/net/udp.h')
-rw-r--r--include/net/udp.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/net/udp.h b/include/net/udp.h
index dcc2fd093..e082a4a9b 100644
--- a/include/net/udp.h
+++ b/include/net/udp.h
@@ -32,6 +32,7 @@
* the port space is shared.
*/
extern struct sock *udp_hash[UDP_HTABLE_SIZE];
+extern rwlock_t udp_hash_lock;
extern int udp_port_rover;
@@ -66,8 +67,6 @@ extern int udp_sendmsg(struct sock *sk, struct msghdr *msg, int len);
extern int udp_rcv(struct sk_buff *skb, unsigned short len);
extern int udp_ioctl(struct sock *sk, int cmd, unsigned long arg);
-
-/* CONFIG_IP_TRANSPARENT_PROXY */
-extern int udp_chkaddr(struct sk_buff *skb);
+extern int udp_disconnect(struct sock *sk, int flags);
#endif /* _UDP_H */