Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif_link.h663 IFLA_VF_VLAN, /* VLAN ID and QoS */ enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif_link.h663 IFLA_VF_VLAN, /* VLAN ID and QoS */ enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_link.h890 IFLA_VF_VLAN, /* VLAN ID and QoS */ enumerator
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dif_link.h699 IFLA_VF_VLAN, /* VLAN ID and QoS */ enumerator
/OK3568_Linux_fs/kernel/net/core/
H A Drtnetlink.c1296 nla_put(skb, IFLA_VF_VLAN, sizeof(vf_vlan), &vf_vlan) || in rtnl_fill_vfinfo()
1892 [IFLA_VF_VLAN] = { .len = sizeof(struct ifla_vf_vlan) },
2337 if (tb[IFLA_VF_VLAN]) { in do_setvfinfo()
2338 struct ifla_vf_vlan *ivv = nla_data(tb[IFLA_VF_VLAN]); in do_setvfinfo()