patch-pre2.0.12 linux/net/ipv4/udp.c

Next file: linux/scripts/Menuconfig
Previous file: linux/net/ipv4/raw.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file pre2.0.11/linux/net/ipv4/udp.c linux/net/ipv4/udp.c
@@ -641,7 +641,7 @@
 	/* I assume this includes the IP options, as per RFC1122 (4.1.3.2). */
 	/* If not, please let me know. -- MS */
 
-	if (sock_queue_rcv_skb(sk,skb)<0) {
+	if (__sock_queue_rcv_skb(sk,skb)<0) {
 		udp_statistics.UdpInErrors++;
 		ip_statistics.IpInDiscards++;
 		ip_statistics.IpInDelivers--;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this