Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Dkpi_interface.c2864 if (if_clone_lookup(cloner_params->ifc_name, NULL) != NULL) { in ifnet_clone_attach()
2903 if ((if_clone_lookup(ifc->ifc_name, NULL)) == NULL) { in ifnet_clone_detach()
H A Dif.c514 ifc = if_clone_lookup(name, &unit); in if_clone_create()
598 ifc = if_clone_lookup(name, &unit); in if_clone_destroy()
649 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 *);