patch-2.4.0-test4 linux/net/ipv4/tcp_ipv4.c
Next file: linux/net/ipv6/reassembly.c
Previous file: linux/net/core/netfilter.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Wed Jul 12 16:45:46 2000
- Orig file:
v2.4.0-test3/linux/net/ipv4/tcp_ipv4.c
- Orig date:
Thu May 11 15:30:08 2000
diff -u --recursive --new-file v2.4.0-test3/linux/net/ipv4/tcp_ipv4.c linux/net/ipv4/tcp_ipv4.c
@@ -5,7 +5,7 @@
*
* Implementation of the Transmission Control Protocol(TCP).
*
- * Version: $Id: tcp_ipv4.c,v 1.208 2000/05/03 06:37:06 davem Exp $
+ * Version: $Id: tcp_ipv4.c,v 1.209 2000/07/12 03:49:30 davem Exp $
*
* IPv4 specific functions
*
@@ -69,8 +69,8 @@
#define ICMP_MIN_LENGTH 8
/* Socket used for sending RSTs */
-struct inode tcp_inode;
-struct socket *tcp_socket=&tcp_inode.u.socket_i;
+static struct inode tcp_inode;
+static struct socket *tcp_socket=&tcp_inode.u.socket_i;
void tcp_v4_send_check(struct sock *sk, struct tcphdr *th, int len,
struct sk_buff *skb);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)