Searched refs:IFLA_VF_LINK_STATE (Results 1 – 3 of 3) sorted by relevance
665 IFLA_VF_LINK_STATE, /* link state enable/disable/auto switch */ enumerator
1261 nla_put(skb, IFLA_VF_LINK_STATE, sizeof(vf_linkstate), in rtnl_fill_vfinfo()1761 [IFLA_VF_LINK_STATE] = { .len = sizeof(struct ifla_vf_link_state) },2216 if (tb[IFLA_VF_LINK_STATE]) { in do_setvfinfo()2217 struct ifla_vf_link_state *ivl = nla_data(tb[IFLA_VF_LINK_STATE]); in do_setvfinfo()