Lines Matching refs:t_rexmtthresh
1598 tp->t_rexmtthresh = in tcp_early_rexmt_check()
1600 tp->t_rexmtthresh = in tcp_early_rexmt_check()
1601 MIN(tp->t_rexmtthresh, tcprexmtthresh); in tcp_early_rexmt_check()
1602 tp->t_rexmtthresh = in tcp_early_rexmt_check()
1603 MAX(tp->t_rexmtthresh, in tcp_early_rexmt_check()
2965 tp->t_dupacks < tp->t_rexmtthresh) || in tcp_input()
3013 tp->t_rexmtthresh = tcprexmtthresh; in tcp_input()
4432 if (tp->t_new_dupacks >= tp->t_rexmtthresh && IN_FASTRECOVERY(tp)) { in tcp_input()
4509 tp->t_rexmtthresh = tcprexmtthresh; in tcp_input()
4511 …} else if ((tp->t_dupacks > tp->t_rexmtthresh && (!tcp_do_better_lr || old_dupacks >= tp->t_rexmtt… in tcp_input()
4568 } else if ((!tcp_do_better_lr && tp->t_dupacks == tp->t_rexmtthresh) || in tcp_input()
4569 (tcp_do_better_lr && tp->t_dupacks >= tp->t_rexmtthresh)) { in tcp_input()
4758 tp->t_rexmtthresh = tcprexmtthresh; in tcp_input()