Lines Matching refs:t_rexmtthresh
1457 tp->t_rexmtthresh = in tcp_early_rexmt_check()
1459 tp->t_rexmtthresh = in tcp_early_rexmt_check()
1460 MIN(tp->t_rexmtthresh, tcprexmtthresh); in tcp_early_rexmt_check()
1461 tp->t_rexmtthresh = in tcp_early_rexmt_check()
1462 MAX(tp->t_rexmtthresh, in tcp_early_rexmt_check()
3764 tp->t_dupacks < tp->t_rexmtthresh) || in tcp_input()
3846 tp->t_rexmtthresh = tcprexmtthresh; in tcp_input()
5262 tp->t_rexmtthresh = tcprexmtthresh; in tcp_input()
5263 …e if ((!TCP_RACK_ENABLED(tp) && tp->t_dupacks > tp->t_rexmtthresh && old_dupacks >= tp->t_rexmtthr… in tcp_input()
5325 … } else if (rack_loss_detected || (!TCP_RACK_ENABLED(tp) && tp->t_dupacks >= tp->t_rexmtthresh)) { in tcp_input()
5528 tp->t_rexmtthresh = tcprexmtthresh; in tcp_input()