Home
last modified time | relevance | path

Searched refs:mpo_flags (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.121.3/bsd/netinet/
H A Dmptcp_usrreq.c1473 if (!(mpo->mpo_flags & MPOF_SUBFLOW_OK)) { in mptcp_setopt_apply()
1499 mpo->mpo_flags |= MPOF_INTERIM; in mptcp_setopt_apply()
1505 smpo.mpo_flags |= MPOF_SUBFLOW_OK; in mptcp_setopt_apply()
1870 if (!(mpo->mpo_flags & MPOF_ATTACHED)) { in mptcp_setopt()
1876 mpo->mpo_flags |= MPOF_SUBFLOW_OK; in mptcp_setopt()
1881 mpo->mpo_flags |= MPOF_SUBFLOW_OK; in mptcp_setopt()
1889 if (error != 0 && (mpo->mpo_flags & MPOF_ATTACHED)) { in mptcp_setopt()
1895 mpo->mpo_flags &= ~MPOF_INTERIM; in mptcp_setopt()
H A Dmptcp_subr.c1450 VERIFY(!(mpo->mpo_flags & MPOF_ATTACHED)); in mptcp_sopt_free()
1462 mpo->mpo_flags |= MPOF_ATTACHED; in mptcp_sopt_insert()
1473 VERIFY(mpo->mpo_flags & MPOF_ATTACHED); in mptcp_sopt_remove()
1474 mpo->mpo_flags &= ~MPOF_ATTACHED; in mptcp_sopt_remove()
1824 smpo.mpo_flags |= MPOF_SUBFLOW_OK; in mptcp_subflow_socreate()
1857 if (!(mpo->mpo_flags & MPOF_SUBFLOW_OK)) { in mptcp_subflow_socreate()
1873 interim = (mpo->mpo_flags & MPOF_INTERIM); in mptcp_subflow_socreate()
4637 VERIFY(mpo->mpo_flags & MPOF_SUBFLOW_OK); in mptcp_subflow_sosetopt()
4682 mpo->mpo_flags &= ~MPOF_INTERIM; in mptcp_subflow_sosetopt()
4716 VERIFY(mpo->mpo_flags & MPOF_SUBFLOW_OK); in mptcp_subflow_sogetopt()
H A Dmptcp_var.h228 uint32_t mpo_flags; /* see flags below */ member