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