Home
last modified time | relevance | path

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

/freebsd-head/sys/netinet/
HDtcp_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()
HDtcp_input.c128 const int tcprexmtthresh = 3; variable
2634 } 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()
HDtcp_output.c292 (SEQ_LT(tp->snd_nxt, tp->snd_max) && (tp->t_dupacks >= tcprexmtthresh))) && in tcp_default_output()
/freebsd-head/sys/netinet/cc/
HDcc.h58 extern const int tcprexmtthresh;