Searched refs:mpts_maxseg (Results 1 – 2 of 2) sorted by relevance
267 uint32_t mpts_maxseg; /* cached value of t_maxseg */ member
3333 if (mpts->mpts_probesoon && mpts->mpts_maxseg && tot_sent) { in mptcp_subflow_output()3335 if ((uint32_t)tot_sent < mpts->mpts_maxseg) { in mptcp_subflow_output()3339 tot_sent / mpts->mpts_maxseg; in mptcp_subflow_output()4094 mpts->mpts_maxseg = tp->t_maxseg; in mptcp_subflow_connected_ev()