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