Searched refs:tcprexmtthresh (Results 1 – 4 of 4) sorted by relevance
746 if (((loss_sblks >= tcprexmtthresh) || in tcp_sack_doack()747 (loss_thresh > (tcprexmtthresh-1)*tp->t_maxseg))) in tcp_sack_doack()752 if (!((loss_sblks >= tcprexmtthresh) || in tcp_sack_doack()753 (loss_thresh > (tcprexmtthresh-1)*tp->t_maxseg))) { in tcp_sack_doack()777 if (!((loss_sblks >= tcprexmtthresh) || in tcp_sack_doack()778 (loss_thresh > (tcprexmtthresh-1)*tp->t_maxseg))) in tcp_sack_doack()839 if (!((loss_sblks >= tcprexmtthresh) || in tcp_sack_doack()840 (loss_thresh > (tcprexmtthresh-1)*tp->t_maxseg))) in tcp_sack_doack()862 if (!((loss_sblks >= tcprexmtthresh) || in tcp_sack_doack()863 (loss_thresh > (tcprexmtthresh-1)*tp->t_maxseg))) in tcp_sack_doack()
128 const int tcprexmtthresh = 3; variable2634 } else if (++tp->t_dupacks > tcprexmtthresh || in tcp_do_segment()2673 } else if (tp->t_dupacks == tcprexmtthresh || in tcp_do_segment()2677 (tcprexmtthresh - 1) * maxseg)) { in tcp_do_segment()2687 tp->t_dupacks = tcprexmtthresh; in tcp_do_segment()2855 ((tcprexmtthresh - 1) * in tcp_do_segment()4091 if (tp->sackhint.prr_delivered < (tcprexmtthresh * maxseg + in tcp_do_prr_ack()
292 (SEQ_LT(tp->snd_nxt, tp->snd_max) && (tp->t_dupacks >= tcprexmtthresh))) && in tcp_default_output()
58 extern const int tcprexmtthresh;