Lines Matching refs:t_rxtshift
89 TCPT_RANGESET(tt, t * tcp_backoff[tp->t_rxtshift], in tcp_setpersist()
92 if (tp->t_rxtshift < TCP_MAXRXTSHIFT) in tcp_setpersist()
93 tp->t_rxtshift++; in tcp_setpersist()
273 tp->t_rxtshift = 0; in tcp_output()
379 (((flags & TH_SYN) && (tp->t_rxtshift > 0)) || in tcp_output()
409 tp->t_rxtshift = 0; in tcp_output()
690 tp->t_rxtshift = 0; in tcp_output()
745 (tp->t_rxtshift == 0)) { in tcp_output()
1043 if (tp->t_rxtshift >= 1) { in tcp_output()
1044 if (tp->t_rxtshift <= V_tcp_ecn_maxretries) in tcp_output()
1266 tp->t_rxtshift = 0; in tcp_output()
1295 tp->t_rxtshift = 0; in tcp_output()