Searched refs:mpo_flags (Results 1 – 3 of 3) sorted by relevance
1478 if (!(mpo->mpo_flags & MPOF_SUBFLOW_OK)) { in mptcp_setopt_apply()1504 mpo->mpo_flags |= MPOF_INTERIM; in mptcp_setopt_apply()1510 smpo.mpo_flags |= MPOF_SUBFLOW_OK; in mptcp_setopt_apply()1875 if (!(mpo->mpo_flags & MPOF_ATTACHED)) { in mptcp_setopt()1881 mpo->mpo_flags |= MPOF_SUBFLOW_OK; in mptcp_setopt()1886 mpo->mpo_flags |= MPOF_SUBFLOW_OK; in mptcp_setopt()1894 if (error != 0 && (mpo->mpo_flags & MPOF_ATTACHED)) { in mptcp_setopt()1900 mpo->mpo_flags &= ~MPOF_INTERIM; in mptcp_setopt()
1258 VERIFY(!(mpo->mpo_flags & MPOF_ATTACHED)); in mptcp_sopt_free()1270 mpo->mpo_flags |= MPOF_ATTACHED; in mptcp_sopt_insert()1281 VERIFY(mpo->mpo_flags & MPOF_ATTACHED); in mptcp_sopt_remove()1282 mpo->mpo_flags &= ~MPOF_ATTACHED; in mptcp_sopt_remove()1632 smpo.mpo_flags |= MPOF_SUBFLOW_OK; in mptcp_subflow_socreate()1665 if (!(mpo->mpo_flags & MPOF_SUBFLOW_OK)) { in mptcp_subflow_socreate()1681 interim = (mpo->mpo_flags & MPOF_INTERIM); in mptcp_subflow_socreate()4432 VERIFY(mpo->mpo_flags & MPOF_SUBFLOW_OK); in mptcp_subflow_sosetopt()4471 mpo->mpo_flags &= ~MPOF_INTERIM; in mptcp_subflow_sosetopt()4505 VERIFY(mpo->mpo_flags & MPOF_SUBFLOW_OK); in mptcp_subflow_sogetopt()
228 uint32_t mpo_flags; /* see flags below */ member