Searched refs:IFLA_VF_LINK_STATE (Results 1 – 2 of 2) sorted by relevance
466 IFLA_VF_LINK_STATE, /* link state enable/disable/auto switch */ enumerator
1183 nla_put(skb, IFLA_VF_LINK_STATE, sizeof(vf_linkstate), in rtnl_fill_ifinfo()1296 [IFLA_VF_LINK_STATE] = { .len = sizeof(struct ifla_vf_link_state) },1505 if (tb[IFLA_VF_LINK_STATE]) { in do_setvfinfo()1506 struct ifla_vf_link_state *ivl = nla_data(tb[IFLA_VF_LINK_STATE]); in do_setvfinfo()