patch-2.4.0-test3 linux/net/ipv4/tcp_timer.c
Next file: linux/net/ipv4/udp.c
Previous file: linux/net/ipv4/tcp.c
Back to the patch index
Back to the overall index
- Lines: 41
- Date:
Wed Jul 5 22:15:27 2000
- Orig file:
v2.4.0-test2/linux/net/ipv4/tcp_timer.c
- Orig date:
Thu May 11 15:30:08 2000
diff -u --recursive --new-file v2.4.0-test2/linux/net/ipv4/tcp_timer.c linux/net/ipv4/tcp_timer.c
@@ -5,7 +5,7 @@
*
* Implementation of the Transmission Control Protocol(TCP).
*
- * Version: $Id: tcp_timer.c,v 1.76 2000/05/03 06:37:07 davem Exp $
+ * Version: $Id: tcp_timer.c,v 1.77 2000/06/30 10:18:38 davem Exp $
*
* Authors: Ross Biro, <bir7@leland.Stanford.Edu>
* Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG>
@@ -241,7 +241,6 @@
TCP_CHECK_TIMER(sk);
out_unlock:
- timer_exit(&tp->delack_timer);
bh_unlock_sock(sk);
sock_put(sk);
}
@@ -299,7 +298,6 @@
TCP_CHECK_TIMER(sk);
}
out_unlock:
- timer_exit(&tp->probe_timer);
bh_unlock_sock(sk);
sock_put(sk);
}
@@ -611,7 +609,6 @@
TCP_CHECK_TIMER(sk);
out_unlock:
- timer_exit(&tp->retransmit_timer);
bh_unlock_sock(sk);
sock_put(sk);
}
@@ -806,7 +803,6 @@
tcp_done(sk);
out:
- timer_exit(&sk->timer);
bh_unlock_sock(sk);
sock_put(sk);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)