Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/netinet/
H A Dmptcp.c136 int mptcp_fail_thresh = 1; variable
138 &mptcp_fail_thresh, 0, "Failover threshold");
835 int fail_thresh = mptcp_fail_thresh; in mptcp_subflow_is_slow()
H A Dmptcp_var.h567 extern int mptcp_fail_thresh; /* Multipath failover thresh of retransmits */
H A Dtcp_timer.c1151 if ((tp->t_rxtshift >= mptcp_fail_thresh) && in tcp_timers()
H A Dmptcp_subr.c843 if (mptetoso(mpte)->so_snd.sb_cc != 0 && tp->t_rxtshift >= mptcp_fail_thresh * 2) { in mptcp_handover_use_cellular()
857 if (tp->t_rxtshift >= mptcp_fail_thresh * 2) { in mptcp_handover_use_cellular()