patch-2.1.8 linux/net/ipv4/protocol.c

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

diff -u --recursive --new-file v2.1.7/linux/net/ipv4/protocol.c linux/net/ipv4/protocol.c
@@ -66,8 +66,8 @@
 
 static struct inet_protocol tcp_protocol = 
 {
-	tcp_rcv,		/* TCP handler		*/
-	tcp_err,		/* TCP error control	*/  
+	tcp_v4_rcv,		/* TCP handler		*/
+	tcp_v4_err,		/* TCP error control	*/  
 #if defined(CONFIG_NET_IPIP) && defined(CONFIG_IP_FORWARD)
 	&ipip_protocol,
 #else  

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