Lines Matching refs:t_timer
866 tp->t_timer[TCPT_REXMT] = 0; in tcp_enter_fast_recovery()
867 tp->t_timer[TCPT_PTO] = 0; in tcp_enter_fast_recovery()
898 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, in tcp_adaptive_rwtimo_check()
908 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, in tcp_keepalive_reset()
927 tp->t_timer[TCPT_2MSL] = tcp_offset_from_start(tp, tcp_fin_timeout); in tcp_set_finwait_timeout()
929 tp->t_timer[TCPT_2MSL] = tcp_offset_from_start(tp, TCP_CONN_MAXIDLE(tp)); in tcp_set_finwait_timeout()
1603 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, (TCP_REXMTVAL(tp))); in tcp_tfo_rcv_probe()
1626 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, in tcp_tfo_rcv_ack()
2697 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, in tcp_setup_server_socket()
3862 tp->t_timer[TCPT_REXMT] = 0; in tcp_input()
3863 tp->t_timer[TCPT_PTO] = 0; in tcp_input()
3864 tp->t_timer[TCPT_REORDER] = 0; in tcp_input()
3866 } else if (tp->t_timer[TCPT_PERSIST] == 0) { in tcp_input()
3999 tp->t_timer[TCPT_DELACK] = tcp_offset_from_start(tp, tcp_delack); in tcp_input()
4240 tp->t_timer[TCPT_DELACK] = tcp_offset_from_start(tp, tcp_delack); in tcp_input()
4270 tp->t_timer[TCPT_KEEP] = in tcp_input()
4323 tp->t_timer[TCPT_REXMT] = 0; in tcp_input()
4930 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, in tcp_input()
5113 tp->t_timer[TCPT_JACK_RXMT] = 0; in tcp_input()
5256 if (tp->t_timer[TCPT_REXMT] == 0 || in tcp_input()
5359 tp->t_timer[TCPT_PTO] = 0; in tcp_input()
5376 tp->t_timer[TCPT_DELAYFR] = in tcp_input()
5396 tp->t_timer[TCPT_REXMT] = 0; in tcp_input()
5517 tp->t_timer[TCPT_DELAYFR] = 0; in tcp_input()
5562 tp->t_timer[TCPT_REXMT] = 0; in tcp_input()
5563 tp->t_timer[TCPT_PTO] = 0; in tcp_input()
5564 tp->t_timer[TCPT_REORDER] = 0; in tcp_input()
5567 } else if (tp->t_timer[TCPT_PERSIST] == 0) { in tcp_input()
6014 tp->t_timer[TCPT_DELACK] = in tcp_input()
7364 tp->t_timer[TCPT_REXMT] = 0; in tcp_newreno_partial_ack()
7365 tp->t_timer[TCPT_PTO] = 0; in tcp_newreno_partial_ack()