Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/skywalk/nexus/
H A Dnexus.c1812 const nexus_type_t dom_type, const void *nx_ctx, in nx_create() argument
1825 ASSERT(dom_type < NEXUS_TYPE_MAX); in nx_create()
1845 if (dom_type != NEXUS_TYPE_UNDEFINED && in nx_create()
1846 (nxdom_prov->nxdom_prov_dom->nxdom_type != dom_type)) { in nx_create()
1848 dom_type, nxdom_prov->nxdom_prov_dom->nxdom_type); in nx_create()
1855 if ((dom_type == NEXUS_TYPE_NET_IF) && NXPROV_LLINK(nxprov) && in nx_create()