Searched refs:mpo_flags (Results 1 – 4 of 4) sorted by relevance
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()
1481 if (!(mpo->mpo_flags & MPOF_SUBFLOW_OK)) { in mptcp_setopt_apply()1507 mpo->mpo_flags |= MPOF_INTERIM; in mptcp_setopt_apply()1513 smpo.mpo_flags |= MPOF_SUBFLOW_OK; in mptcp_setopt_apply()1894 if (!(mpo->mpo_flags & MPOF_ATTACHED)) { in mptcp_setopt()1900 mpo->mpo_flags |= MPOF_SUBFLOW_OK; in mptcp_setopt()1904 mpo->mpo_flags |= MPOF_SUBFLOW_OK; in mptcp_setopt()1912 if (error != 0 && (mpo->mpo_flags & MPOF_ATTACHED)) { in mptcp_setopt()1918 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()4472 VERIFY(mpo->mpo_flags & MPOF_SUBFLOW_OK); in mptcp_subflow_sosetopt()4519 mpo->mpo_flags &= ~MPOF_INTERIM; in mptcp_subflow_sosetopt()4553 VERIFY(mpo->mpo_flags & MPOF_SUBFLOW_OK); in mptcp_subflow_sogetopt()
231 uint32_t mpo_flags; /* see flags below */ member