Lines Matching full:t_timer
462 tp->t_timer[TCPT_KEEP] = TCPTV_KEEPINTVL;
464 tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_IDLE;
540 tp->t_timer[TCPT_REXMT] = 0;
541 else if (tp->t_timer[TCPT_PERSIST] == 0)
542 tp->t_timer[TCPT_REXMT] = tp->t_rxtcur;
707 tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_INIT;
738 tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_INIT;
775 tp->t_timer[TCPT_REXMT] = 0;
1112 if (tp->t_timer[TCPT_REXMT] == 0 ||
1124 tp->t_timer[TCPT_REXMT] = 0;
1183 tp->t_timer[TCPT_REXMT] = 0;
1185 } else if (tp->t_timer[TCPT_PERSIST] == 0)
1186 tp->t_timer[TCPT_REXMT] = tp->t_rxtcur;
1240 tp->t_timer[TCPT_2MSL] = TCP_MAXIDLE;
1256 tp->t_timer[TCPT_2MSL] = 2 * TCPTV_MSL;
1280 tp->t_timer[TCPT_2MSL] = 2 * TCPTV_MSL;
1426 tp->t_timer[TCPT_2MSL] = 2 * TCPTV_MSL;
1434 tp->t_timer[TCPT_2MSL] = 2 * TCPTV_MSL;