Home
last modified time | relevance | path

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

/xnu-12377.41.6/tests/ipc/
H A Dipc_utils.c25 ipc_create_receive_port_with_options(uint32_t mpo_flags) in ipc_create_receive_port_with_options() argument
28 .flags = mpo_flags, in ipc_create_receive_port_with_options()
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()
522 uint32_t mpo_flags; in t_mach_msg_descriptor_port_array() local
533 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()
H A Dipc_utils.h63 mach_port_t ipc_create_receive_port_with_options(uint32_t mpo_flags);
/xnu-12377.41.6/bsd/netinet/
H A Dmptcp_usrreq.c1484 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()
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()
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()
H A Dmptcp_var.h231 uint32_t mpo_flags; /* see flags below */ member