Home
last modified time | relevance | path

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

/freebsd-12.1/sys/net/
H A Dif_clone.h76 int if_clone_create(char *, size_t, caddr_t);
H A Dif_clone.c178 if_clone_create(char *name, size_t len, caddr_t params) in if_clone_create() function
H A Dif_tap.c403 if_clone_create(name, namelen, NULL); in tapclone()
H A Dif_tun.c265 if_clone_create(name, namelen, NULL); in tunclone()
H A Dif.c3148 error = if_clone_create(ifr->ifr_name, in ifioctl()