Searched refs:mpts_maxseg (Results 1 – 2 of 2) sorted by relevance
268 uint32_t mpts_maxseg; /* cached value of t_maxseg */ member
3311 if (mpts->mpts_probesoon && mpts->mpts_maxseg && tot_sent) { in mptcp_subflow_output()3313 if ((uint32_t)tot_sent < mpts->mpts_maxseg) { in mptcp_subflow_output()3317 tot_sent / mpts->mpts_maxseg; in mptcp_subflow_output()4073 mpts->mpts_maxseg = tp->t_maxseg; in mptcp_subflow_connected_ev()