Lines Matching refs:t_timer

868 	tp->t_timer[TCPT_REXMT] = 0;  in tcp_enter_fast_recovery()
869 tp->t_timer[TCPT_PTO] = 0; in tcp_enter_fast_recovery()
900 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_adaptive_rwtimo_check()
910 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_keepalive_reset()
929 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, tcp_fin_timeout); in tcp_set_finwait_timeout()
931 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, TCP_CONN_MAXIDLE(tp)); in tcp_set_finwait_timeout()
1690 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, (TCP_REXMTVAL(tp))); in tcp_tfo_rcv_probe()
1713 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_tfo_rcv_ack()
3334 tp->t_timer[TCPT_REXMT] = 0; in tcp_input()
3335 tp->t_timer[TCPT_PTO] = 0; in tcp_input()
3336 tp->t_timer[TCPT_REORDER] = 0; in tcp_input()
3338 } else if (tp->t_timer[TCPT_PERSIST] == 0) { in tcp_input()
3340 tp->t_timer[TCPT_REXMT] = OFFSET_FROM_START(tp, tp->t_rxtcur); in tcp_input()
3464 tp->t_timer[TCPT_DELACK] = OFFSET_FROM_START(tp, tcp_delack); in tcp_input()
3643 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_input()
3985 tp->t_timer[TCPT_DELACK] = OFFSET_FROM_START(tp, tcp_delack); in tcp_input()
4015 tp->t_timer[TCPT_KEEP] = in tcp_input()
4068 tp->t_timer[TCPT_REXMT] = 0; in tcp_input()
4686 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_input()
4932 tp->t_timer[TCPT_JACK_RXMT] = 0; in tcp_input()
5073 if (tp->t_timer[TCPT_REXMT] == 0 || in tcp_input()
5176 tp->t_timer[TCPT_PTO] = 0; in tcp_input()
5193 tp->t_timer[TCPT_DELAYFR] = in tcp_input()
5213 tp->t_timer[TCPT_REXMT] = 0; in tcp_input()
5336 tp->t_timer[TCPT_DELAYFR] = 0; in tcp_input()
5381 tp->t_timer[TCPT_REXMT] = 0; in tcp_input()
5382 tp->t_timer[TCPT_PTO] = 0; in tcp_input()
5383 tp->t_timer[TCPT_REORDER] = 0; in tcp_input()
5386 } else if (tp->t_timer[TCPT_PERSIST] == 0) { in tcp_input()
5388 tp->t_timer[TCPT_REXMT] = OFFSET_FROM_START(tp, tp->t_rxtcur); in tcp_input()
5813 tp->t_timer[TCPT_DELACK] = in tcp_input()
7166 tp->t_timer[TCPT_REXMT] = 0; in tcp_newreno_partial_ack()
7167 tp->t_timer[TCPT_PTO] = 0; in tcp_newreno_partial_ack()