Home
last modified time | relevance | path

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

/Linux-v4.19/tools/include/uapi/linux/
Dif_link.h674 IFLA_VF_VLAN_LIST, /* nested list of vlans, option for QinQ */ enumerator
/Linux-v4.19/include/uapi/linux/
Dif_link.h674 IFLA_VF_VLAN_LIST, /* nested list of vlans, option for QinQ */ enumerator
/Linux-v4.19/net/core/
Drtnetlink.c1269 vfvlanlist = nla_nest_start(skb, IFLA_VF_VLAN_LIST); in rtnl_fill_vfinfo()
1757 [IFLA_VF_VLAN_LIST] = { .type = NLA_NESTED },
2145 if (tb[IFLA_VF_VLAN_LIST]) { in do_setvfinfo()
2154 nla_for_each_nested(attr, tb[IFLA_VF_VLAN_LIST], rem) { in do_setvfinfo()