patch-2.3.99-pre2 linux/net/ipv4/tcp_ipv4.c
Next file: linux/net/ipv6/sit.c
Previous file: linux/net/ipv4/route.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Fri Mar 17 10:56:20 2000
- Orig file:
v2.3.99-pre1/linux/net/ipv4/tcp_ipv4.c
- Orig date:
Fri Mar 10 16:40:51 2000
diff -u --recursive --new-file v2.3.99-pre1/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.201 2000/03/08 19:36:42 davem Exp $
+ * Version: $Id: tcp_ipv4.c,v 1.202 2000/03/17 14:41:53 davem Exp $
*
* IPv4 specific functions
*
@@ -72,8 +72,6 @@
struct inode tcp_inode;
struct socket *tcp_socket=&tcp_inode.u.socket_i;
-static void tcp_v4_send_reset(struct sk_buff *skb);
-
void tcp_v4_send_check(struct sock *sk, struct tcphdr *th, int len,
struct sk_buff *skb);
@@ -1059,7 +1057,7 @@
* Exception: precedence violation. We do not implement it in any case.
*/
-static void tcp_v4_send_reset(struct sk_buff *skb)
+void tcp_v4_send_reset(struct sk_buff *skb)
{
struct tcphdr *th = skb->h.th;
struct tcphdr rth;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)