Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dif_var_private.h1563 extern struct if_clone *if_clone_lookup(const char *__counted_by(namelen) name, size_t namelen, u_i…
H A Dkpi_interface.c3033 if (if_clone_lookup(__terminated_by_to_indexable(cloner_params->ifc_name), in ifnet_clone_attach()
3073 if ((if_clone_lookup(ifc->ifc_name, ifc->ifc_namelen, NULL)) == NULL) { in ifnet_clone_detach()
H A Dif.c614 ifc = if_clone_lookup(name, len, &unit); in if_clone_create()
708 ifc = if_clone_lookup(name, namelen, &unit); in if_clone_destroy()
761 if_clone_lookup(const char *__counted_by(namelen) name, size_t namelen, u_int32_t *unitp) in if_clone_lookup() function