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