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