Searched refs:mpts_maxseg (Results 1 – 2 of 2) sorted by relevance
269 uint32_t mpts_maxseg; /* cached value of t_maxseg */ member
3355 if (mpts->mpts_probesoon && mpts->mpts_maxseg && tot_sent) { in mptcp_subflow_output()3357 if ((uint32_t)tot_sent < mpts->mpts_maxseg) { in mptcp_subflow_output()3361 tot_sent / mpts->mpts_maxseg; in mptcp_subflow_output()4118 mpts->mpts_maxseg = tp->t_maxseg; in mptcp_subflow_connected_ev()