patch-2.3.15 linux/include/net/udp.h
Next file: linux/include/video/fbcon.h
Previous file: linux/include/net/tcp.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Tue Aug 24 17:12:21 1999
- Orig file:
v2.3.14/linux/include/net/udp.h
- Orig date:
Wed Aug 18 16:44:40 1999
diff -u --recursive --new-file v2.3.14/linux/include/net/udp.h linux/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_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 */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)