patch-2.1.99 linux/net/ipv4/af_inet.c

Next file: linux/net/ipv4/fib_rules.c
Previous file: linux/net/ethernet/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.98/linux/net/ipv4/af_inet.c linux/net/ipv4/af_inet.c
@@ -5,7 +5,7 @@
  *
  *		AF_INET protocol family socket handler.
  *
- * Version:	$Id: af_inet.c,v 1.69 1998/04/03 09:49:42 freitag Exp $
+ * Version:	$Id: af_inet.c,v 1.71 1998/04/16 05:38:16 davem Exp $
  *
  * Authors:	Ross Biro, <bir7@leland.Stanford.Edu>
  *		Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG>
@@ -1052,6 +1052,8 @@
 #endif		/* CONFIG_PROC_FS */
 
 extern void tcp_init(void);
+extern void tcp_v4_init(struct net_proto_family *);
+
 
 /*
  *	Called by socket.c on kernel startup.  
@@ -1101,8 +1103,11 @@
 
 	ip_init();
 
+	tcp_v4_init(&inet_family_ops);
+
 	/* Setup TCP slab cache for open requests. */
 	tcp_init();
+
 
 	/*
 	 *	Set the ICMP layer up

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