Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
HDtcp_input.c310 ownd < ((tp->t_rxtthresh + 1) * tp->t_maxseg) && \
362 int old_rxtthresh = tp->t_rxtthresh; in tcp_ncr_update_rxtthresh()
365 tp->t_rxtthresh = min(tcp_ncr_rxtthresh_max, in tcp_ncr_update_rxtthresh()
367 if (tp->t_rxtthresh != old_rxtthresh) { in tcp_ncr_update_rxtthresh()
369 tp->t_maxseg, tp->t_rxtthresh); in tcp_ncr_update_rxtthresh()
3531 if (++tp->t_dupacks == tp->t_rxtthresh) { in tcp_recv_dupack()
HDtcp_var.h146 int t_rxtthresh; /* # dup acks to start fast rxt */ member
HDtcp_sack.c414 tp->t_rxtthresh); in tcp_sack_update_scoreboard()
HDtcp_subr.c732 tp->t_rxtthresh = tcprexmtthresh; in tcp_newtcpcb()