Lines Matching refs:t_rxtshift
1342 if ((tp->t_rxtshift == 1 || tcp_sent_tlp_retrans(tp)) && in tcp_detect_bad_rexmt()
1424 if (tp->t_rxtshift > 0 && in tcp_bad_rexmt_check()
1464 if (tp->t_rxtshift > 0 && (tp->t_flags & TF_BLACKHOLE) && in tcp_bad_rexmt_check()
3896 tp->t_rxtshift == 0) { in tcp_input()
3901 tp->t_rxtshift > 0) { in tcp_input()
3911 if ((tp->ecn_flags & TE_LOST_SYN) && tp->t_rxtshift <= 2 && in tcp_input()
4758 if ((tp->ecn_flags & TE_LOST_SYNACK) && tp->t_rxtshift <= 2 && in tcp_input()
7515 if (tp->t_rxtshift != 0 && outifp != NULL && in inp_fc_unthrottle_tcp()
7517 TCP_LOG(tp, "inp_fc_unthrottle_tcp keep rxmit state t_rxtshift %d", tp->t_rxtshift); in inp_fc_unthrottle_tcp()
7554 if (tp->t_rxtshift != 0 && outifp != NULL && in inp_fc_unthrottle_tcp()
7556 TCP_LOG(tp, "inp_fc_unthrottle_tcp keep rxmit state t_rxtshift %d", tp->t_rxtshift); in inp_fc_unthrottle_tcp()