Home
last modified time | relevance | path

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

/Linux-v5.10/tools/include/uapi/linux/
Dif_link.h711 IFLA_VF_VLAN_LIST, /* nested list of vlans, option for QinQ */ enumerator
/Linux-v5.10/include/uapi/linux/
Dif_link.h902 IFLA_VF_VLAN_LIST, /* nested list of vlans, option for QinQ */ enumerator
/Linux-v5.10/net/core/
Drtnetlink.c1321 vfvlanlist = nla_nest_start_noflag(skb, IFLA_VF_VLAN_LIST); in rtnl_fill_vfinfo()
1891 [IFLA_VF_VLAN_LIST] = { .type = NLA_NESTED },
2349 if (tb[IFLA_VF_VLAN_LIST]) { in do_setvfinfo()
2358 nla_for_each_nested(attr, tb[IFLA_VF_VLAN_LIST], rem) { in do_setvfinfo()