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