if_tun.c | 76 static int tun_clone_create(struct if_clone *, int); 80 IF_CLONE_INITIALIZER("tun", tun_clone_create, tun_clone_destroy); 261 tun_clone_create(struct if_clone *ifc, int unit) function in typeref:typename:int 361 (void)tun_clone_create(&tun_cloner, minor(dev));
|