Searched refs:IFLA_VF_MAC (Results 1 – 3 of 3) sorted by relevance
661 IFLA_VF_MAC, /* Hardware queue specific attributes */ enumerator
1253 if (nla_put(skb, IFLA_VF_MAC, sizeof(vf_mac), &vf_mac) || in rtnl_fill_vfinfo()1755 [IFLA_VF_MAC] = { .len = sizeof(struct ifla_vf_mac) },2122 if (tb[IFLA_VF_MAC]) { in do_setvfinfo()2123 struct ifla_vf_mac *ivm = nla_data(tb[IFLA_VF_MAC]); in do_setvfinfo()