Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/netinet/
H A Dmptcp_usrreq.c1476 if (!(mpo->mpo_flags & MPOF_SUBFLOW_OK)) { in mptcp_setopt_apply()
1502 mpo->mpo_flags |= MPOF_INTERIM; in mptcp_setopt_apply()
1508 smpo.mpo_flags |= MPOF_SUBFLOW_OK; in mptcp_setopt_apply()
1873 if (!(mpo->mpo_flags & MPOF_ATTACHED)) { in mptcp_setopt()
1879 mpo->mpo_flags |= MPOF_SUBFLOW_OK; in mptcp_setopt()
1884 mpo->mpo_flags |= MPOF_SUBFLOW_OK; in mptcp_setopt()
1892 if (error != 0 && (mpo->mpo_flags & MPOF_ATTACHED)) { in mptcp_setopt()
1898 mpo->mpo_flags &= ~MPOF_INTERIM; in mptcp_setopt()
H A Dmptcp_subr.c1261 VERIFY(!(mpo->mpo_flags & MPOF_ATTACHED)); in mptcp_sopt_free()
1273 mpo->mpo_flags |= MPOF_ATTACHED; in mptcp_sopt_insert()
1284 VERIFY(mpo->mpo_flags & MPOF_ATTACHED); in mptcp_sopt_remove()
1285 mpo->mpo_flags &= ~MPOF_ATTACHED; in mptcp_sopt_remove()
1633 smpo.mpo_flags |= MPOF_SUBFLOW_OK; in mptcp_subflow_socreate()
1666 if (!(mpo->mpo_flags & MPOF_SUBFLOW_OK)) { in mptcp_subflow_socreate()
1682 interim = (mpo->mpo_flags & MPOF_INTERIM); in mptcp_subflow_socreate()
4443 VERIFY(mpo->mpo_flags & MPOF_SUBFLOW_OK); in mptcp_subflow_sosetopt()
4482 mpo->mpo_flags &= ~MPOF_INTERIM; in mptcp_subflow_sosetopt()
4516 VERIFY(mpo->mpo_flags & MPOF_SUBFLOW_OK); in mptcp_subflow_sogetopt()
H A Dmptcp_var.h228 uint32_t mpo_flags; /* see flags below */ member