Lines Matching refs:t_timer
861 tp->t_timer[TCPT_REXMT] = 0; in tcp_reduce_congestion_window()
862 tp->t_timer[TCPT_PTO] = 0; in tcp_reduce_congestion_window()
893 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_adaptive_rwtimo_check()
903 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_keepalive_reset()
922 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, tcp_fin_timeout); in tcp_set_finwait_timeout()
924 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, TCP_CONN_MAXIDLE(tp)); in tcp_set_finwait_timeout()
1738 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, (TCP_REXMTVAL(tp))); in tcp_tfo_rcv_probe()
1761 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_tfo_rcv_ack()
3096 tp->t_timer[TCPT_REXMT] = 0; in tcp_input()
3097 tp->t_timer[TCPT_PTO] = 0; in tcp_input()
3098 } else if (tp->t_timer[TCPT_PERSIST] == 0) { in tcp_input()
3099 tp->t_timer[TCPT_REXMT] = OFFSET_FROM_START(tp, tp->t_rxtcur); in tcp_input()
3223 tp->t_timer[TCPT_DELACK] = OFFSET_FROM_START(tp, tcp_delack); in tcp_input()
3384 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_input()
3793 tp->t_timer[TCPT_DELACK] = OFFSET_FROM_START(tp, tcp_delack); in tcp_input()
3823 tp->t_timer[TCPT_KEEP] = in tcp_input()
3876 tp->t_timer[TCPT_REXMT] = 0; in tcp_input()
4477 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_input()
4621 tp->t_timer[TCPT_JACK_RXMT] = 0; in tcp_input()
4777 if (tp->t_timer[TCPT_REXMT] == 0 || in tcp_input()
4868 tp->t_timer[TCPT_PTO] = 0; in tcp_input()
4885 tp->t_timer[TCPT_DELAYFR] = in tcp_input()
4905 tp->t_timer[TCPT_REXMT] = 0; in tcp_input()
5017 tp->t_timer[TCPT_DELAYFR] = 0; in tcp_input()
5063 tp->t_timer[TCPT_REXMT] = 0; in tcp_input()
5064 tp->t_timer[TCPT_PTO] = 0; in tcp_input()
5066 } else if (tp->t_timer[TCPT_PERSIST] == 0) { in tcp_input()
5067 tp->t_timer[TCPT_REXMT] = OFFSET_FROM_START(tp, in tcp_input()
5426 tp->t_timer[TCPT_DELACK] = in tcp_input()
6750 tp->t_timer[TCPT_REXMT] = 0; in tcp_newreno_partial_ack()
6751 tp->t_timer[TCPT_PTO] = 0; in tcp_newreno_partial_ack()