Searched refs:IFLA_VF_MAC (Results 1 – 2 of 2) sorted by relevance
462 IFLA_VF_MAC, /* Hardware queue specific attributes */ enumerator
1175 if (nla_put(skb, IFLA_VF_MAC, sizeof(vf_mac), &vf_mac) || in rtnl_fill_ifinfo()1291 [IFLA_VF_MAC] = { .len = sizeof(struct ifla_vf_mac) },1441 if (tb[IFLA_VF_MAC]) { in do_setvfinfo()1442 struct ifla_vf_mac *ivm = nla_data(tb[IFLA_VF_MAC]); in do_setvfinfo()