IFLA_VF_MAC
if (nla_put(skb, IFLA_VF_MAC, sizeof(vf_mac), &vf_mac) ||
[IFLA_VF_MAC] = { .len = sizeof(struct ifla_vf_mac) },
if (tb[IFLA_VF_MAC]) {
struct ifla_vf_mac *ivm = nla_data(tb[IFLA_VF_MAC]);