Searched refs:mpo_flags (Results 1 – 6 of 6) sorted by relevance
25 ipc_create_receive_port_with_options(uint32_t mpo_flags) in ipc_create_receive_port_with_options() argument28 .flags = mpo_flags, in ipc_create_receive_port_with_options()
29 uint32_t mpo_flags, in t_port_construct_full() argument33 .flags = mpo_flags | MPO_QLIMIT, in t_port_construct_full()522 uint32_t mpo_flags; in t_mach_msg_descriptor_port_array() local533 mpo_flags = MPO_INSERT_SEND_RIGHT | MPO_CONNECTION_PORT_WITH_PORT_ARRAY; in t_mach_msg_descriptor_port_array()534 rcv_name = t_port_construct_full(mpo_flags, 1); in t_mach_msg_descriptor_port_array()
63 mach_port_t ipc_create_receive_port_with_options(uint32_t mpo_flags);
1484 if (!(mpo->mpo_flags & MPOF_SUBFLOW_OK)) { in mptcp_setopt_apply()1510 mpo->mpo_flags |= MPOF_INTERIM; in mptcp_setopt_apply()1516 smpo.mpo_flags |= MPOF_SUBFLOW_OK; in mptcp_setopt_apply()1897 if (!(mpo->mpo_flags & MPOF_ATTACHED)) { in mptcp_setopt()1903 mpo->mpo_flags |= MPOF_SUBFLOW_OK; in mptcp_setopt()1907 mpo->mpo_flags |= MPOF_SUBFLOW_OK; in mptcp_setopt()1915 if (error != 0 && (mpo->mpo_flags & MPOF_ATTACHED)) { in mptcp_setopt()1921 mpo->mpo_flags &= ~MPOF_INTERIM; in mptcp_setopt()
1269 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()4478 VERIFY(mpo->mpo_flags & MPOF_SUBFLOW_OK); in mptcp_subflow_sosetopt()4525 mpo->mpo_flags &= ~MPOF_INTERIM; in mptcp_subflow_sosetopt()4559 VERIFY(mpo->mpo_flags & MPOF_SUBFLOW_OK); in mptcp_subflow_sogetopt()
231 uint32_t mpo_flags; /* see flags below */ member