Lines Matching refs:t_rexmtthresh
1544 tp->t_rexmtthresh = in tcp_early_rexmt_check()
1546 tp->t_rexmtthresh = in tcp_early_rexmt_check()
1547 MIN(tp->t_rexmtthresh, tcprexmtthresh); in tcp_early_rexmt_check()
1548 tp->t_rexmtthresh = in tcp_early_rexmt_check()
1549 MAX(tp->t_rexmtthresh, in tcp_early_rexmt_check()
3234 tp->t_dupacks < tp->t_rexmtthresh) || in tcp_input()
3319 tp->t_rexmtthresh = tcprexmtthresh; in tcp_input()
5080 tp->t_rexmtthresh = tcprexmtthresh; in tcp_input()
5081 …e if ((!TCP_RACK_ENABLED(tp) && tp->t_dupacks > tp->t_rexmtthresh && old_dupacks >= tp->t_rexmtthr… in tcp_input()
5143 … } else if (rack_loss_detected || (!TCP_RACK_ENABLED(tp) && tp->t_dupacks >= tp->t_rexmtthresh)) { in tcp_input()
5348 tp->t_rexmtthresh = tcprexmtthresh; in tcp_input()