tun_clone_create
(void)tun_clone_create(&tun_cloner, minor(dev));
static int tun_clone_create(struct if_clone *, int);
IF_CLONE_INITIALIZER("tun", tun_clone_create, tun_clone_destroy);