Lines Matching refs:t_rxtshift
396 tp->t_rxtshift = 0; in tcp_default_output()
471 (((flags & TH_SYN) && (tp->t_rxtshift > 0)) || in tcp_default_output()
504 tp->t_rxtshift = 0; in tcp_default_output()
752 tp->t_rxtshift = 0; in tcp_default_output()
814 (tp->t_rxtshift == 0)) { in tcp_default_output()
851 if (tp->t_rxtshift == 1) in tcp_default_output()
1604 tp->t_rxtshift = 0; in tcp_default_output()
1629 tp->t_rxtshift = 0; in tcp_default_output()
1774 TCPT_RANGESET(tt, t * tcp_backoff[tp->t_rxtshift], in tcp_setpersist()
1784 if (tp->t_rxtshift < V_tcp_retries) in tcp_setpersist()
1785 tp->t_rxtshift++; in tcp_setpersist()