Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dkpi_interface.c2868 if (if_clone_lookup(cloner_params->ifc_name, NULL) != NULL) { in ifnet_clone_attach()
2915 if ((if_clone_lookup(ifc->ifc_name, NULL)) == NULL) { in ifnet_clone_detach()
H A Dif.c513 ifc = if_clone_lookup(name, &unit); in if_clone_create()
597 ifc = if_clone_lookup(name, &unit); in if_clone_destroy()
648 if_clone_lookup(const char *name, u_int32_t *unitp) in if_clone_lookup() function
H A Dif_var.h1807 extern struct if_clone *if_clone_lookup(const char *, u_int32_t *);