Lines Matching refs:t_timer
862 tp->t_timer[TCPT_REXMT] = 0; in tcp_reduce_congestion_window()
863 tp->t_timer[TCPT_PTO] = 0; in tcp_reduce_congestion_window()
894 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_adaptive_rwtimo_check()
904 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_keepalive_reset()
923 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, tcp_fin_timeout); in tcp_set_finwait_timeout()
925 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, TCP_CONN_MAXIDLE(tp)); in tcp_set_finwait_timeout()
1752 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, (TCP_REXMTVAL(tp))); in tcp_tfo_rcv_probe()
1775 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_tfo_rcv_ack()
3039 tp->t_timer[TCPT_REXMT] = 0; in tcp_input()
3040 tp->t_timer[TCPT_PTO] = 0; in tcp_input()
3041 } else if (tp->t_timer[TCPT_PERSIST] == 0) { in tcp_input()
3042 tp->t_timer[TCPT_REXMT] = OFFSET_FROM_START(tp, tp->t_rxtcur); in tcp_input()
3166 tp->t_timer[TCPT_DELACK] = OFFSET_FROM_START(tp, tcp_delack); in tcp_input()
3326 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_input()
3524 tp->t_timer[TCPT_DELACK] = OFFSET_FROM_START(tp, tcp_delack); in tcp_input()
3552 tp->t_timer[TCPT_KEEP] = in tcp_input()
3604 tp->t_timer[TCPT_REXMT] = 0; in tcp_input()
4202 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_input()
4361 tp->t_timer[TCPT_JACK_RXMT] = 0; in tcp_input()
4516 if (tp->t_timer[TCPT_REXMT] == 0 || in tcp_input()
4607 tp->t_timer[TCPT_PTO] = 0; in tcp_input()
4624 tp->t_timer[TCPT_DELAYFR] = in tcp_input()
4644 tp->t_timer[TCPT_REXMT] = 0; in tcp_input()
4756 tp->t_timer[TCPT_DELAYFR] = 0; in tcp_input()
4802 tp->t_timer[TCPT_REXMT] = 0; in tcp_input()
4803 tp->t_timer[TCPT_PTO] = 0; in tcp_input()
4805 } else if (tp->t_timer[TCPT_PERSIST] == 0) { in tcp_input()
4806 tp->t_timer[TCPT_REXMT] = OFFSET_FROM_START(tp, in tcp_input()
5153 tp->t_timer[TCPT_DELACK] = in tcp_input()
6459 tp->t_timer[TCPT_REXMT] = 0; in tcp_newreno_partial_ack()
6460 tp->t_timer[TCPT_PTO] = 0; in tcp_newreno_partial_ack()