Home
last modified time | relevance | path

Searched refs:tcprexmtthresh (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_sack.c746 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()
H A Dtcp_input.c131 const int tcprexmtthresh = 3; variable
2643 } 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()
H A Dtcp_output.c295 (SEQ_LT(tp->snd_nxt, tp->snd_max) && (tp->t_dupacks >= tcprexmtthresh))) && in tcp_default_output()
/freebsd/sys/netinet/cc/
H A Dcc.h58 extern const int tcprexmtthresh;