Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/skywalk/nexus/ !
H A Dnexus.c1863 const nexus_type_t dom_type, const void *nx_ctx, in nx_create() argument
1876 ASSERT(dom_type < NEXUS_TYPE_MAX); in nx_create()
1896 if (dom_type != NEXUS_TYPE_UNDEFINED && in nx_create()
1897 (nxdom_prov->nxdom_prov_dom->nxdom_type != dom_type)) { in nx_create()
1899 dom_type, nxdom_prov->nxdom_prov_dom->nxdom_type); in nx_create()
1906 if ((dom_type == NEXUS_TYPE_NET_IF) && NXPROV_LLINK(nxprov) && in nx_create()