Lines Matching full:t_timer
457 tp->t_timer[TCPT_KEEP] = TCPTV_KEEPINTVL;
459 tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_IDLE;
535 tp->t_timer[TCPT_REXMT] = 0;
536 else if (tp->t_timer[TCPT_PERSIST] == 0)
537 tp->t_timer[TCPT_REXMT] = tp->t_rxtcur;
701 tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_INIT;
732 tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_INIT;
769 tp->t_timer[TCPT_REXMT] = 0;
1106 if (tp->t_timer[TCPT_REXMT] == 0 ||
1118 tp->t_timer[TCPT_REXMT] = 0;
1177 tp->t_timer[TCPT_REXMT] = 0;
1179 } else if (tp->t_timer[TCPT_PERSIST] == 0)
1180 tp->t_timer[TCPT_REXMT] = tp->t_rxtcur;
1234 tp->t_timer[TCPT_2MSL] = TCP_MAXIDLE;
1250 tp->t_timer[TCPT_2MSL] = 2 * TCPTV_MSL;
1274 tp->t_timer[TCPT_2MSL] = 2 * TCPTV_MSL;
1420 tp->t_timer[TCPT_2MSL] = 2 * TCPTV_MSL;
1428 tp->t_timer[TCPT_2MSL] = 2 * TCPTV_MSL;