Home
last modified time | relevance | path

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

/linux-6.12.1/tools/include/uapi/linux/
Dif_link.h1036 IFLA_VF_VLAN_LIST, /* nested list of vlans, option for QinQ */ enumerator
/linux-6.12.1/include/uapi/linux/
Dif_link.h1569 IFLA_VF_VLAN_LIST, /* nested list of vlans, option for QinQ */ enumerator
/linux-6.12.1/net/core/
Drtnetlink.c1409 vfvlanlist = nla_nest_start_noflag(skb, IFLA_VF_VLAN_LIST); in rtnl_fill_vfinfo()
2075 [IFLA_VF_VLAN_LIST] = { .type = NLA_NESTED },
2567 if (tb[IFLA_VF_VLAN_LIST]) { in do_setvfinfo()
2576 nla_for_each_nested(attr, tb[IFLA_VF_VLAN_LIST], rem) { in do_setvfinfo()