Lines Matching refs:mpts_flags
531 if (mpts->mpts_flags & MPTSF_INITIAL_SUB) { in mptcp_getconninfo()
597 if (mpts->mpts_flags & MPTSF_MP_CAPABLE) { in mptcp_getconninfo()
600 if (mpts->mpts_flags & MPTSF_MP_DEGRADED) { in mptcp_getconninfo()
603 if (mpts->mpts_flags & MPTSF_MP_READY) { in mptcp_getconninfo()
606 if (mpts->mpts_flags & MPTSF_ACTIVE) { in mptcp_getconninfo()
665 if (mpts->mpts_flags & MPTSF_MP_CAPABLE) { in mptcp_getconninfo()
668 if (mpts->mpts_flags & MPTSF_MP_DEGRADED) { in mptcp_getconninfo()
671 if (mpts->mpts_flags & MPTSF_MP_READY) { in mptcp_getconninfo()
674 if (mpts->mpts_flags & MPTSF_ACTIVE) { in mptcp_getconninfo()
1519 mpts->mpts_flags &= ~(MPTSF_SOPT_OLDVAL | MPTSF_SOPT_INPROG); in mptcp_setopt_apply()
1525 mpts->mpts_flags |= MPTSF_SOPT_OLDVAL; in mptcp_setopt_apply()
1534 mpts->mpts_flags |= MPTSF_SOPT_INPROG; in mptcp_setopt_apply()
1547 if (!(mpts->mpts_flags & MPTSF_SOPT_INPROG)) { in mptcp_setopt_apply()
1549 mpts->mpts_flags &= ~MPTSF_SOPT_OLDVAL; in mptcp_setopt_apply()
1553 if (!(mpts->mpts_flags & MPTSF_SOPT_OLDVAL)) { in mptcp_setopt_apply()
1554 mpts->mpts_flags &= ~MPTSF_SOPT_INPROG; in mptcp_setopt_apply()
1566 mpts->mpts_flags &= ~(MPTSF_SOPT_OLDVAL | MPTSF_SOPT_INPROG); in mptcp_setopt_apply()
2372 mpts->mpts_flags &= ~MPTSF_TFO_REQD; in mptcp_usr_preconnect()