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()
3861 tp->t_timer[TCPT_REXMT] = 0; in tcp_input()
3862 tp->t_timer[TCPT_PTO] = 0; in tcp_input()
3863 tp->t_timer[TCPT_REORDER] = 0; in tcp_input()
3865 } else if (tp->t_timer[TCPT_PERSIST] == 0) { in tcp_input()
3998 tp->t_timer[TCPT_DELACK] = tcp_offset_from_start(tp, tcp_delack); in tcp_input()
4239 tp->t_timer[TCPT_DELACK] = tcp_offset_from_start(tp, tcp_delack); in tcp_input()
4269 tp->t_timer[TCPT_KEEP] = in tcp_input()
4322 tp->t_timer[TCPT_REXMT] = 0; in tcp_input()
4929 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, in tcp_input()
5112 tp->t_timer[TCPT_JACK_RXMT] = 0; in tcp_input()
5255 if (tp->t_timer[TCPT_REXMT] == 0 || in tcp_input()
5358 tp->t_timer[TCPT_PTO] = 0; in tcp_input()
5375 tp->t_timer[TCPT_DELAYFR] = in tcp_input()
5395 tp->t_timer[TCPT_REXMT] = 0; in tcp_input()
5516 tp->t_timer[TCPT_DELAYFR] = 0; in tcp_input()
5561 tp->t_timer[TCPT_REXMT] = 0; in tcp_input()
5562 tp->t_timer[TCPT_PTO] = 0; in tcp_input()
5563 tp->t_timer[TCPT_REORDER] = 0; in tcp_input()
5566 } else if (tp->t_timer[TCPT_PERSIST] == 0) { in tcp_input()
6013 tp->t_timer[TCPT_DELACK] = in tcp_input()
7363 tp->t_timer[TCPT_REXMT] = 0; in tcp_newreno_partial_ack()
7364 tp->t_timer[TCPT_PTO] = 0; in tcp_newreno_partial_ack()