vlan_clone_create
error = vlan_clone_create(ifc, name, len, &ifd_new, &ifd->ifp);
static int vlan_clone_create(struct if_clone *, char *, size_t,
.create_f = vlan_clone_create,