Lines Matching refs:mpts_flags
530 if (mpts->mpts_flags & MPTSF_INITIAL_SUB) { in mptcp_getconninfo()
596 if (mpts->mpts_flags & MPTSF_MP_CAPABLE) { in mptcp_getconninfo()
599 if (mpts->mpts_flags & MPTSF_MP_DEGRADED) { in mptcp_getconninfo()
602 if (mpts->mpts_flags & MPTSF_MP_READY) { in mptcp_getconninfo()
605 if (mpts->mpts_flags & MPTSF_ACTIVE) { in mptcp_getconninfo()
664 if (mpts->mpts_flags & MPTSF_MP_CAPABLE) { in mptcp_getconninfo()
667 if (mpts->mpts_flags & MPTSF_MP_DEGRADED) { in mptcp_getconninfo()
670 if (mpts->mpts_flags & MPTSF_MP_READY) { in mptcp_getconninfo()
673 if (mpts->mpts_flags & MPTSF_ACTIVE) { in mptcp_getconninfo()
1517 mpts->mpts_flags &= ~(MPTSF_SOPT_OLDVAL | MPTSF_SOPT_INPROG); in mptcp_setopt_apply()
1523 mpts->mpts_flags |= MPTSF_SOPT_OLDVAL; in mptcp_setopt_apply()
1532 mpts->mpts_flags |= MPTSF_SOPT_INPROG; in mptcp_setopt_apply()
1545 if (!(mpts->mpts_flags & MPTSF_SOPT_INPROG)) { in mptcp_setopt_apply()
1547 mpts->mpts_flags &= ~MPTSF_SOPT_OLDVAL; in mptcp_setopt_apply()
1551 if (!(mpts->mpts_flags & MPTSF_SOPT_OLDVAL)) { in mptcp_setopt_apply()
1552 mpts->mpts_flags &= ~MPTSF_SOPT_INPROG; in mptcp_setopt_apply()
1564 mpts->mpts_flags &= ~(MPTSF_SOPT_OLDVAL | MPTSF_SOPT_INPROG); in mptcp_setopt_apply()
2340 mpts->mpts_flags &= ~MPTSF_TFO_REQD; in mptcp_usr_preconnect()