Home
last modified time | relevance | path

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

/freebsd-14.2/sys/net/
H A Dif_tuntap.c223 static void tunclone(void *arg, struct ucred *cred, char *name,
564 tunclone(void *arg, struct ucred *cred, char *name, int namelen, in tunclone() function
777 clone_tag = EVENTHANDLER_REGISTER(dev_clone, tunclone, 0, 1000); in tuntapmodevent()