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()
3375 || tp->t_timer[TCPT_PERSIST] == 0) { in tcp_output()
3429 if (tp->t_timer[TCPT_REXMT] == 0 && in tcp_output()
3430 tp->t_timer[TCPT_PERSIST] == 0 && in tcp_output()
3649 tp->t_timer[TCPT_DELACK] = 0; in tcp_ip_output()
3881 tp->t_timer[TCPT_PERSIST] == 0 && in tcp_setpersist()
3889 TCPT_RANGESET(tp->t_timer[TCPT_PERSIST], in tcp_setpersist()
3892 tp->t_timer[TCPT_PERSIST] = tcp_offset_from_start(tp, tp->t_timer[TCPT_PERSIST]); in tcp_setpersist()