tun_clone_create
int tun_clone_create(struct if_clone *, int);
IF_CLONE_INITIALIZER("tun", tun_clone_create, tun_clone_destroy);