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