Searched refs:IFLA_VF_VLAN_LIST (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | if_link.h | 711 IFLA_VF_VLAN_LIST, /* nested list of vlans, option for QinQ */ enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | if_link.h | 902 IFLA_VF_VLAN_LIST, /* nested list of vlans, option for QinQ */ enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | if_link.h | 1011 IFLA_VF_VLAN_LIST, /* nested list of vlans, option for QinQ */ enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | if_link.h | 594 IFLA_VF_VLAN_LIST, enumerator
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | if_link.h | 926 IFLA_VF_VLAN_LIST, /* nested list of vlans, option for QinQ */ enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | if_link.h | 594 IFLA_VF_VLAN_LIST, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | if_link.h | 538 IFLA_VF_VLAN_LIST, enumerator
|
/kernel/linux/linux-5.10/net/core/ |
H A D | rtnetlink.c | 924 nla_total_size(0) + /* nest IFLA_VF_VLAN_LIST */ in rtnl_vfinfo_size() 1325 vfvlanlist = nla_nest_start_noflag(skb, IFLA_VF_VLAN_LIST); in rtnl_fill_vfinfo() 1899 [IFLA_VF_VLAN_LIST] = { .type = NLA_NESTED }, 2371 if (tb[IFLA_VF_VLAN_LIST]) { in do_setvfinfo() 2380 nla_for_each_nested(attr, tb[IFLA_VF_VLAN_LIST], rem) { in do_setvfinfo()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | rtnetlink.c | 956 nla_total_size(0) + /* nest IFLA_VF_VLAN_LIST */ in rtnl_vfinfo_size() 1373 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()
|
Completed in 32 milliseconds