Searched refs:if_clone_lookup (Results 1 – 3 of 3) sorted by relevance
2864 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()
514 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
1807 extern struct if_clone *if_clone_lookup(const char *, u_int32_t *);