Searched refs:mptcp_rtothresh (Results 1 – 1 of 1) sorted by relevance
153 int mptcp_rtothresh = 1500; variable155 &mptcp_rtothresh, 0, "RTO threshold");958 int rto_thresh = mptcp_rtothresh; in mptcp_get_subflow()1280 if (tp->t_rxtcur > mptcp_rtothresh) { in mptcp_no_rto_spike()1281 spike = tp->t_rxtcur - mptcp_rtothresh; in mptcp_no_rto_spike()