Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet/
H A Dmptcp_usrreq.c1477 if (!(mpo->mpo_flags & MPOF_SUBFLOW_OK)) { in mptcp_setopt_apply()
1503 mpo->mpo_flags |= MPOF_INTERIM; in mptcp_setopt_apply()
1509 smpo.mpo_flags |= MPOF_SUBFLOW_OK; in mptcp_setopt_apply()
1874 if (!(mpo->mpo_flags & MPOF_ATTACHED)) { in mptcp_setopt()
1880 mpo->mpo_flags |= MPOF_SUBFLOW_OK; in mptcp_setopt()
1885 mpo->mpo_flags |= MPOF_SUBFLOW_OK; in mptcp_setopt()
1893 if (error != 0 && (mpo->mpo_flags & MPOF_ATTACHED)) { in mptcp_setopt()
1899 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()
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.h229 uint32_t mpo_flags; /* see flags below */ member
/xnu-10063.141.1/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()