Searched refs:if_clone_createif (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | if_clone.c | 102 static int if_clone_createif(struct if_clone *ifc, char *name, size_t len, 211 return (if_clone_createif(ifc, name, len, params)); in if_clone_create() 230 if_clone_createif(struct if_clone *ifc, char *name, size_t len, caddr_t params) in if_clone_createif() function 429 error = if_clone_createif(ifc, name, IFNAMSIZ, NULL); in if_clone_simple()
|