Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/net/
H A Dkpi_interface.c2893 if (if_clone_lookup(cloner_params->ifc_name, NULL) != NULL) { in ifnet_clone_attach()
2932 if ((if_clone_lookup(ifc->ifc_name, NULL)) == NULL) { in ifnet_clone_detach()
H A Dif_var_private.h1359 extern struct if_clone *if_clone_lookup(const char *, u_int32_t *);
H A Dif.c522 ifc = if_clone_lookup(name, &unit); in if_clone_create()
613 ifc = if_clone_lookup(name, &unit); in if_clone_destroy()
664 if_clone_lookup(const char *name, u_int32_t *unitp) in if_clone_lookup() function