Lines Matching refs:t_rexmtthresh
1608 tp->t_rexmtthresh = in tcp_early_rexmt_check()
1610 tp->t_rexmtthresh = in tcp_early_rexmt_check()
1611 MIN(tp->t_rexmtthresh, tcprexmtthresh); in tcp_early_rexmt_check()
1612 tp->t_rexmtthresh = in tcp_early_rexmt_check()
1613 MAX(tp->t_rexmtthresh, in tcp_early_rexmt_check()
2975 tp->t_dupacks < tp->t_rexmtthresh) || in tcp_input()
3023 tp->t_rexmtthresh = tcprexmtthresh; in tcp_input()
4442 if (tp->t_new_dupacks >= tp->t_rexmtthresh && IN_FASTRECOVERY(tp)) { in tcp_input()
4519 tp->t_rexmtthresh = tcprexmtthresh; in tcp_input()
4521 …} else if ((tp->t_dupacks > tp->t_rexmtthresh && (!tcp_do_better_lr || old_dupacks >= tp->t_rexmtt… in tcp_input()
4578 } else if ((!tcp_do_better_lr && tp->t_dupacks == tp->t_rexmtthresh) || in tcp_input()
4579 (tcp_do_better_lr && tp->t_dupacks >= tp->t_rexmtthresh)) { in tcp_input()
4768 tp->t_rexmtthresh = tcprexmtthresh; in tcp_input()