Lines Matching refs:endp_subflow_max
23 u8 endp_subflow_max;
62 return READ_ONCE(pernet->endp_subflow_max);
333 u8 endp_subflow_max = mptcp_pm_get_endp_subflow_max(msk);
344 msk->pm.local_addr_used, endp_subflow_max,
389 while (msk->pm.local_addr_used < endp_subflow_max &&
554 u8 endp_subflow_max = mptcp_pm_get_endp_subflow_max(msk);
559 while (msk->pm.local_addr_used < endp_subflow_max) {
796 addr_max = pernet->endp_subflow_max;
797 WRITE_ONCE(pernet->endp_subflow_max, addr_max + 1);
1197 addr_max = pernet->endp_subflow_max;
1198 WRITE_ONCE(pernet->endp_subflow_max, addr_max - 1);
1289 WRITE_ONCE(pernet->endp_subflow_max, 0);