Searched refs:nb_flags (Results 1 – 3 of 3) sorted by relevance
422 nbr->nb_flags |= NBR_MATCH_PID; in __nexus_bind_req_prepare()425 nbr->nb_flags |= NBR_MATCH_EXEC_UUID; in __nexus_bind_req_prepare()428 nbr->nb_flags |= NBR_MATCH_KEY; in __nexus_bind_req_prepare()
233 uint32_t nb_flags; /* NBR_* match flags */ member
659 nbr.nb_flags &= NBR_MATCH_MASK; in nxctl_nexus_bind()660 if (nbr.nb_flags == 0) { in nxctl_nexus_bind()665 m_pid = !!(nbr.nb_flags & NBR_MATCH_PID); in nxctl_nexus_bind()666 m_exec_uuid = !!(nbr.nb_flags & NBR_MATCH_EXEC_UUID); in nxctl_nexus_bind()667 m_key = !!(nbr.nb_flags & NBR_MATCH_KEY); in nxctl_nexus_bind()