Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dif_link.h914 IFLA_VF_VLAN, /* VLAN ID and QoS */ enumerator
/openbmc/linux/include/uapi/linux/
H A Dif_link.h999 IFLA_VF_VLAN, /* VLAN ID and QoS */ enumerator
/openbmc/linux/net/core/
H A Drtnetlink.c1377 nla_put(skb, IFLA_VF_VLAN, sizeof(vf_vlan), &vf_vlan) || in rtnl_fill_vfinfo()
2026 [IFLA_VF_VLAN] = { .len = sizeof(struct ifla_vf_vlan) },
2526 if (tb[IFLA_VF_VLAN]) { in do_setvfinfo()
2527 struct ifla_vf_vlan *ivv = nla_data(tb[IFLA_VF_VLAN]); in do_setvfinfo()