Lines Matching refs:mpts_flags
529 if (mpts->mpts_flags & MPTSF_INITIAL_SUB) { in mptcp_getconninfo()
595 if (mpts->mpts_flags & MPTSF_MP_CAPABLE) { in mptcp_getconninfo()
598 if (mpts->mpts_flags & MPTSF_MP_DEGRADED) { in mptcp_getconninfo()
601 if (mpts->mpts_flags & MPTSF_MP_READY) { in mptcp_getconninfo()
604 if (mpts->mpts_flags & MPTSF_ACTIVE) { in mptcp_getconninfo()
663 if (mpts->mpts_flags & MPTSF_MP_CAPABLE) { in mptcp_getconninfo()
666 if (mpts->mpts_flags & MPTSF_MP_DEGRADED) { in mptcp_getconninfo()
669 if (mpts->mpts_flags & MPTSF_MP_READY) { in mptcp_getconninfo()
672 if (mpts->mpts_flags & MPTSF_ACTIVE) { in mptcp_getconninfo()
1516 mpts->mpts_flags &= ~(MPTSF_SOPT_OLDVAL | MPTSF_SOPT_INPROG); in mptcp_setopt_apply()
1522 mpts->mpts_flags |= MPTSF_SOPT_OLDVAL; in mptcp_setopt_apply()
1531 mpts->mpts_flags |= MPTSF_SOPT_INPROG; in mptcp_setopt_apply()
1544 if (!(mpts->mpts_flags & MPTSF_SOPT_INPROG)) { in mptcp_setopt_apply()
1546 mpts->mpts_flags &= ~MPTSF_SOPT_OLDVAL; in mptcp_setopt_apply()
1550 if (!(mpts->mpts_flags & MPTSF_SOPT_OLDVAL)) { in mptcp_setopt_apply()
1551 mpts->mpts_flags &= ~MPTSF_SOPT_INPROG; in mptcp_setopt_apply()
1563 mpts->mpts_flags &= ~(MPTSF_SOPT_OLDVAL | MPTSF_SOPT_INPROG); in mptcp_setopt_apply()
2339 mpts->mpts_flags &= ~MPTSF_TFO_REQD; in mptcp_usr_preconnect()