Lines Matching refs:t_timer
1130 if (tp->t_timer[TCPT_REXMT] == 0) { in tcp_output()
1132 if (tp->t_timer[TCPT_PERSIST] != 0) { in tcp_output()
1133 tp->t_timer[TCPT_PERSIST] = 0; in tcp_output()
1368 tp->t_timer[TCPT_PERSIST] = 0; in tcp_output()
1554 tp->t_timer[TCPT_REXMT] = 0; in tcp_output()
1555 tp->t_timer[TCPT_PTO] = 0; in tcp_output()
1559 if (tp->t_timer[TCPT_PERSIST] == 0) { in tcp_output()
1964 tp->t_timer[TCPT_REXMT] == 0 && in tcp_output()
1965 tp->t_timer[TCPT_PERSIST] == 0) { in tcp_output()
1991 if (so->so_snd.sb_cc && tp->t_timer[TCPT_REXMT] == 0 && in tcp_output()
1992 tp->t_timer[TCPT_PERSIST] == 0) { in tcp_output()
2870 tp->t_timer[TCPT_PERSIST]) { in tcp_output()
3018 || tp->t_timer[TCPT_PERSIST] == 0) { in tcp_output()
3066 if (tp->t_timer[TCPT_REXMT] == 0 && in tcp_output()
3069 if (tp->t_timer[TCPT_PERSIST]) { in tcp_output()
3070 tp->t_timer[TCPT_PERSIST] = 0; in tcp_output()
3234 tp->t_timer[TCPT_REXMT] == 0) { in tcp_output()
3383 || tp->t_timer[TCPT_PERSIST] == 0) { in tcp_output()
3437 if (tp->t_timer[TCPT_REXMT] == 0 && in tcp_output()
3438 tp->t_timer[TCPT_PERSIST] == 0 && in tcp_output()
3657 tp->t_timer[TCPT_DELACK] = 0; in tcp_ip_output()
3889 tp->t_timer[TCPT_PERSIST] == 0 && in tcp_setpersist()
3897 TCPT_RANGESET(tp->t_timer[TCPT_PERSIST], in tcp_setpersist()
3900 tp->t_timer[TCPT_PERSIST] = tcp_offset_from_start(tp, tp->t_timer[TCPT_PERSIST]); in tcp_setpersist()