Home
last modified time | relevance | path

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

/Linux-v6.6/tools/include/uapi/linux/
Dif_link.h926 IFLA_VF_VLAN_LIST, /* nested list of vlans, option for QinQ */ enumerator
/Linux-v6.6/include/uapi/linux/
Dif_link.h1011 IFLA_VF_VLAN_LIST, /* nested list of vlans, option for QinQ */ enumerator
/Linux-v6.6/net/core/
Drtnetlink.c1373 vfvlanlist = nla_nest_start_noflag(skb, IFLA_VF_VLAN_LIST); in rtnl_fill_vfinfo()
1998 [IFLA_VF_VLAN_LIST] = { .type = NLA_NESTED },
2511 if (tb[IFLA_VF_VLAN_LIST]) { in do_setvfinfo()
2520 nla_for_each_nested(attr, tb[IFLA_VF_VLAN_LIST], rem) { in do_setvfinfo()