Home
last modified time | relevance | path

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

/xnu-11417.101.15/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.c1269 VERIFY(!(mpo->mpo_flags & MPOF_ATTACHED)); in mptcp_sopt_free()
1281 mpo->mpo_flags |= MPOF_ATTACHED; in mptcp_sopt_insert()
1292 VERIFY(mpo->mpo_flags & MPOF_ATTACHED); in mptcp_sopt_remove()
1293 mpo->mpo_flags &= ~MPOF_ATTACHED; in mptcp_sopt_remove()
1649 smpo.mpo_flags |= MPOF_SUBFLOW_OK; in mptcp_subflow_socreate()
1682 if (!(mpo->mpo_flags & MPOF_SUBFLOW_OK)) { in mptcp_subflow_socreate()
1698 interim = (mpo->mpo_flags & MPOF_INTERIM); in mptcp_subflow_socreate()
4470 VERIFY(mpo->mpo_flags & MPOF_SUBFLOW_OK); in mptcp_subflow_sosetopt()
4517 mpo->mpo_flags &= ~MPOF_INTERIM; in mptcp_subflow_sosetopt()
4551 VERIFY(mpo->mpo_flags & MPOF_SUBFLOW_OK); in mptcp_subflow_sogetopt()
H A Dmptcp_var.h231 uint32_t mpo_flags; /* see flags below */ member
/xnu-11417.101.15/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()