vlan_clone_destroy
static int vlan_clone_destroy(struct ifnet *);
IF_CLONE_INITIALIZER("vlan", vlan_clone_create, vlan_clone_destroy,
vlan_clone_destroy(&LIST_FIRST(&ifv_list)->ifv_if);