IFLA_VF_VLAN_LIST
vfvlanlist = nla_nest_start_noflag(skb, IFLA_VF_VLAN_LIST);
[IFLA_VF_VLAN_LIST] = { .type = NLA_NESTED },
if (tb[IFLA_VF_VLAN_LIST]) {
nla_for_each_nested(attr, tb[IFLA_VF_VLAN_LIST], rem) {