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

Next file: linux/include/scsi/sg.h
Previous file: linux/include/net/snmp.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.16/include/net/sock.h linux/include/net/sock.h
@@ -717,6 +717,10 @@
 extern struct sk_buff		*sock_wmalloc(struct sock *sk,
 					      unsigned long size, int force,
 					      int priority);
+
+extern struct sk_buff		*sock_wmalloc_err(struct sock *sk,
+					      unsigned long size, int force,
+					      int priority, int *err);
 extern struct sk_buff		*sock_rmalloc(struct sock *sk,
 					      unsigned long size, int force,
 					      int priority);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)