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()
662 if (mpts->mpts_flags & MPTSF_MP_CAPABLE) { in mptcp_getconninfo()
665 if (mpts->mpts_flags & MPTSF_MP_DEGRADED) { in mptcp_getconninfo()
668 if (mpts->mpts_flags & MPTSF_MP_READY) { in mptcp_getconninfo()
671 if (mpts->mpts_flags & MPTSF_ACTIVE) { in mptcp_getconninfo()
1513 mpts->mpts_flags &= ~(MPTSF_SOPT_OLDVAL | MPTSF_SOPT_INPROG); in mptcp_setopt_apply()
1519 mpts->mpts_flags |= MPTSF_SOPT_OLDVAL; in mptcp_setopt_apply()
1528 mpts->mpts_flags |= MPTSF_SOPT_INPROG; in mptcp_setopt_apply()
1541 if (!(mpts->mpts_flags & MPTSF_SOPT_INPROG)) { in mptcp_setopt_apply()
1543 mpts->mpts_flags &= ~MPTSF_SOPT_OLDVAL; in mptcp_setopt_apply()
1547 if (!(mpts->mpts_flags & MPTSF_SOPT_OLDVAL)) { in mptcp_setopt_apply()
1548 mpts->mpts_flags &= ~MPTSF_SOPT_INPROG; in mptcp_setopt_apply()
1560 mpts->mpts_flags &= ~(MPTSF_SOPT_OLDVAL | MPTSF_SOPT_INPROG); in mptcp_setopt_apply()
2336 mpts->mpts_flags &= ~MPTSF_TFO_REQD; in mptcp_usr_preconnect()