Lines Matching refs:t_timer

458 	uint64_t rto_val = tp->t_timer[TCPT_REXMT];  in tcp_calculate_rto_deadline()
1194 if (tp->t_timer[TCPT_REXMT] == 0) { in tcp_output()
1196 if (tp->t_timer[TCPT_PERSIST] != 0) { in tcp_output()
1197 tp->t_timer[TCPT_PERSIST] = 0; in tcp_output()
1432 tp->t_timer[TCPT_PERSIST] = 0; in tcp_output()
1618 tp->t_timer[TCPT_REXMT] = 0; in tcp_output()
1619 tp->t_timer[TCPT_PTO] = 0; in tcp_output()
1623 if (tp->t_timer[TCPT_PERSIST] == 0) { in tcp_output()
2028 tp->t_timer[TCPT_REXMT] == 0 && in tcp_output()
2029 tp->t_timer[TCPT_PERSIST] == 0) { in tcp_output()
2055 if (so->so_snd.sb_cc && tp->t_timer[TCPT_REXMT] == 0 && in tcp_output()
2056 tp->t_timer[TCPT_PERSIST] == 0) { in tcp_output()
2934 tp->t_timer[TCPT_PERSIST]) { in tcp_output()
3082 || tp->t_timer[TCPT_PERSIST] == 0) { in tcp_output()
3130 if (tp->t_timer[TCPT_REXMT] == 0 && in tcp_output()
3133 if (tp->t_timer[TCPT_PERSIST]) { in tcp_output()
3134 tp->t_timer[TCPT_PERSIST] = 0; in tcp_output()
3298 tp->t_timer[TCPT_REXMT] == 0) { in tcp_output()
3447 || tp->t_timer[TCPT_PERSIST] == 0) { in tcp_output()
3501 if (tp->t_timer[TCPT_REXMT] == 0 && in tcp_output()
3502 tp->t_timer[TCPT_PERSIST] == 0 && in tcp_output()
3581 if (tp->t_timer[TCPT_REXMT] == 0) { in tcp_set_rto_deadline()
3767 tp->t_timer[TCPT_DELACK] = 0; in tcp_ip_output()
4006 tp->t_timer[TCPT_PERSIST] == 0 && in tcp_setpersist()
4014 TCPT_RANGESET(tp->t_timer[TCPT_PERSIST], in tcp_setpersist()
4017 tp->t_timer[TCPT_PERSIST] = tcp_offset_from_start(tp, tp->t_timer[TCPT_PERSIST]); in tcp_setpersist()