Home | History | Annotate | Download | only in slirp

Lines Matching refs:t_timer

132 			tp->t_timer[TCPT_PERSIST] = 0;
152 tp->t_timer[TCPT_REXMT] = 0;
238 * tp->t_timer[TCPT_PERSIST]
242 * tp->t_timer[TCPT_REXMT]
252 if (so->so_snd.sb_cc && tp->t_timer[TCPT_REXMT] == 0 &&
253 tp->t_timer[TCPT_PERSIST] == 0) {
423 if (len || (flags & (TH_SYN|TH_FIN)) || tp->t_timer[TCPT_PERSIST])
474 if (tp->t_force == 0 || tp->t_timer[TCPT_PERSIST] == 0) {
510 if (tp->t_timer[TCPT_REXMT] == 0 &&
512 tp->t_timer[TCPT_REXMT] = tp->t_rxtcur;
513 if (tp->t_timer[TCPT_PERSIST]) {
514 tp->t_timer[TCPT_PERSIST] = 0;
588 /* if (tp->t_timer[TCPT_REXMT])
594 TCPT_RANGESET(tp->t_timer[TCPT_PERSIST],