Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/net/
HDif_clone.c105 static int if_clone_createif(struct if_clone *ifc, char *name, size_t len,
206 error = if_clone_createif(ifc, ifname, IFNAMSIZ, ifd, &ifp); in ifc_create_ifp()
243 if_clone_createif(struct if_clone *ifc, char *name, size_t len, in if_clone_createif() function
512 error = if_clone_createif(ifc, name, IFNAMSIZ, &ifd, &ifp); in if_clone_simple()