Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dmptcp_usrreq.c1479 if (!(mpo->mpo_flags & MPOF_SUBFLOW_OK)) { in mptcp_setopt_apply()
1505 mpo->mpo_flags |= MPOF_INTERIM; in mptcp_setopt_apply()
1511 smpo.mpo_flags |= MPOF_SUBFLOW_OK; in mptcp_setopt_apply()
1892 if (!(mpo->mpo_flags & MPOF_ATTACHED)) { in mptcp_setopt()
1898 mpo->mpo_flags |= MPOF_SUBFLOW_OK; in mptcp_setopt()
1902 mpo->mpo_flags |= MPOF_SUBFLOW_OK; in mptcp_setopt()
1910 if (error != 0 && (mpo->mpo_flags & MPOF_ATTACHED)) { in mptcp_setopt()
1916 mpo->mpo_flags &= ~MPOF_INTERIM; in mptcp_setopt()
H A Dmptcp_subr.c1263 VERIFY(!(mpo->mpo_flags & MPOF_ATTACHED)); in mptcp_sopt_free()
1275 mpo->mpo_flags |= MPOF_ATTACHED; in mptcp_sopt_insert()
1286 VERIFY(mpo->mpo_flags & MPOF_ATTACHED); in mptcp_sopt_remove()
1287 mpo->mpo_flags &= ~MPOF_ATTACHED; in mptcp_sopt_remove()
1635 smpo.mpo_flags |= MPOF_SUBFLOW_OK; in mptcp_subflow_socreate()
1668 if (!(mpo->mpo_flags & MPOF_SUBFLOW_OK)) { in mptcp_subflow_socreate()
1684 interim = (mpo->mpo_flags & MPOF_INTERIM); in mptcp_subflow_socreate()
4454 VERIFY(mpo->mpo_flags & MPOF_SUBFLOW_OK); in mptcp_subflow_sosetopt()
4501 mpo->mpo_flags &= ~MPOF_INTERIM; in mptcp_subflow_sosetopt()
4535 VERIFY(mpo->mpo_flags & MPOF_SUBFLOW_OK); in mptcp_subflow_sogetopt()
H A Dmptcp_var.h229 uint32_t mpo_flags; /* see flags below */ member
/xnu-11215.81.4/tests/ipc/
H A Dmach_msg_transport.c29 uint32_t mpo_flags, in t_port_construct_full() argument
33 .flags = mpo_flags | MPO_QLIMIT, in t_port_construct_full()