Lines Matching refs:t_timer

852 	tp->t_timer[TCPT_REXMT] = 0;  in tcp_reduce_congestion_window()
853 tp->t_timer[TCPT_PTO] = 0; in tcp_reduce_congestion_window()
884 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_adaptive_rwtimo_check()
894 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_keepalive_reset()
913 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, tcp_fin_timeout); in tcp_set_finwait_timeout()
915 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, TCP_CONN_MAXIDLE(tp)); in tcp_set_finwait_timeout()
1742 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, (TCP_REXMTVAL(tp))); in tcp_tfo_rcv_probe()
1765 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_tfo_rcv_ack()
3029 tp->t_timer[TCPT_REXMT] = 0; in tcp_input()
3030 tp->t_timer[TCPT_PTO] = 0; in tcp_input()
3031 } else if (tp->t_timer[TCPT_PERSIST] == 0) { in tcp_input()
3032 tp->t_timer[TCPT_REXMT] = OFFSET_FROM_START(tp, tp->t_rxtcur); in tcp_input()
3156 tp->t_timer[TCPT_DELACK] = OFFSET_FROM_START(tp, tcp_delack); in tcp_input()
3316 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_input()
3514 tp->t_timer[TCPT_DELACK] = OFFSET_FROM_START(tp, tcp_delack); in tcp_input()
3542 tp->t_timer[TCPT_KEEP] = in tcp_input()
3594 tp->t_timer[TCPT_REXMT] = 0; in tcp_input()
4192 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_input()
4351 tp->t_timer[TCPT_JACK_RXMT] = 0; in tcp_input()
4506 if (tp->t_timer[TCPT_REXMT] == 0 || in tcp_input()
4597 tp->t_timer[TCPT_PTO] = 0; in tcp_input()
4614 tp->t_timer[TCPT_DELAYFR] = in tcp_input()
4634 tp->t_timer[TCPT_REXMT] = 0; in tcp_input()
4746 tp->t_timer[TCPT_DELAYFR] = 0; in tcp_input()
4792 tp->t_timer[TCPT_REXMT] = 0; in tcp_input()
4793 tp->t_timer[TCPT_PTO] = 0; in tcp_input()
4795 } else if (tp->t_timer[TCPT_PERSIST] == 0) { in tcp_input()
4796 tp->t_timer[TCPT_REXMT] = OFFSET_FROM_START(tp, in tcp_input()
5143 tp->t_timer[TCPT_DELACK] = in tcp_input()
6449 tp->t_timer[TCPT_REXMT] = 0; in tcp_newreno_partial_ack()
6450 tp->t_timer[TCPT_PTO] = 0; in tcp_newreno_partial_ack()