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