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