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()
131 const int tcprexmtthresh = 3; variable2643 } else if (++tp->t_dupacks > tcprexmtthresh || in tcp_do_segment()2682 } else if (tp->t_dupacks == tcprexmtthresh || in tcp_do_segment()2686 (tcprexmtthresh - 1) * maxseg)) { in tcp_do_segment()2696 tp->t_dupacks = tcprexmtthresh; in tcp_do_segment()2862 ((tcprexmtthresh - 1) * in tcp_do_segment()4098 if (tp->sackhint.prr_delivered < (tcprexmtthresh * maxseg + in tcp_do_prr_ack()
295 (SEQ_LT(tp->snd_nxt, tp->snd_max) && (tp->t_dupacks >= tcprexmtthresh))) && in tcp_default_output()
58 extern const int tcprexmtthresh;