patch-2.1.20 linux/include/net/sock.h

Next file: linux/include/net/x25.h
Previous file: linux/include/net/netbeui.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.19/linux/include/net/sock.h linux/include/net/sock.h
@@ -689,6 +689,10 @@
 						     int noblock,
 						     int *errcode);
 
+extern void sklist_remove_socket(struct sock **list, struct sock *sk);
+extern void sklist_insert_socket(struct sock **list, struct sock *sk);
+extern void sklist_destroy_socket(struct sock **list, struct sock *sk);
+
 /*
  * 	Queue a received datagram if it will fit. Stream and sequenced
  *	protocols can't normally use this as they need to fit buffers in

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov