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()
1518 mpts->mpts_flags &= ~(MPTSF_SOPT_OLDVAL | MPTSF_SOPT_INPROG); in mptcp_setopt_apply()
1524 mpts->mpts_flags |= MPTSF_SOPT_OLDVAL; in mptcp_setopt_apply()
1533 mpts->mpts_flags |= MPTSF_SOPT_INPROG; in mptcp_setopt_apply()
1546 if (!(mpts->mpts_flags & MPTSF_SOPT_INPROG)) { in mptcp_setopt_apply()
1548 mpts->mpts_flags &= ~MPTSF_SOPT_OLDVAL; in mptcp_setopt_apply()
1552 if (!(mpts->mpts_flags & MPTSF_SOPT_OLDVAL)) { in mptcp_setopt_apply()
1553 mpts->mpts_flags &= ~MPTSF_SOPT_INPROG; in mptcp_setopt_apply()
1565 mpts->mpts_flags &= ~(MPTSF_SOPT_OLDVAL | MPTSF_SOPT_INPROG); in mptcp_setopt_apply()
2341 mpts->mpts_flags &= ~MPTSF_TFO_REQD; in mptcp_usr_preconnect()