Home
last modified time | relevance | path

Searched refs:IFLA_VF_VLAN_LIST (Results 1 – 2 of 2) sorted by relevance

/third_party/libnl/lib/route/link/
Dsriov.c64 [IFLA_VF_VLAN_LIST] = { .type = NLA_NESTED },
347 if (!(list = nla_nest_start(msg, IFLA_VF_VLAN_LIST))) in sriov_fill_vf_vlan_list()
573 if (t[IFLA_VF_VLAN_LIST]) { in rtnl_link_sriov_parse_vflist()
575 nla_for_each_nested(nla_list, t[IFLA_VF_VLAN_LIST], in rtnl_link_sriov_parse_vflist()
/third_party/libnl/include/linux-private/linux/
Dif_link.h672 IFLA_VF_VLAN_LIST, /* nested list of vlans, option for QinQ */ enumerator