vlan_clone_destroy
int vlan_clone_destroy(struct ifnet *);
IF_CLONE_INITIALIZER("vlan", vlan_clone_create, vlan_clone_destroy);
IF_CLONE_INITIALIZER("svlan", vlan_clone_create, vlan_clone_destroy);