Searched refs:IFLA_PORT_VF (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | if_link.h | 832 IFLA_PORT_VF, /* __u32 */ enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | if_link.h | 1023 IFLA_PORT_VF, /* __u32 */ enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | if_link.h | 1132 IFLA_PORT_VF, /* __u32 */ enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | if_link.h | 680 IFLA_PORT_VF, enumerator
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | if_link.h | 1047 IFLA_PORT_VF, /* __u32 */ enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | if_link.h | 680 IFLA_PORT_VF, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | if_link.h | 620 IFLA_PORT_VF, enumerator
|
/kernel/linux/linux-5.10/net/core/ |
H A D | rtnetlink.c | 1083 if (nla_put_u32(skb, IFLA_PORT_VF, vf)) in rtnl_vf_ports_fill() 1912 [IFLA_PORT_VF] = { .type = NLA_U32 }, 2846 if (!port[IFLA_PORT_VF]) { in do_setlink() 2850 vf = nla_get_u32(port[IFLA_PORT_VF]); in do_setlink()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | rtnetlink.c | 1132 if (nla_put_u32(skb, IFLA_PORT_VF, vf)) in rtnl_vf_ports_fill() 2011 [IFLA_PORT_VF] = { .type = NLA_U32 }, 3007 if (!port[IFLA_PORT_VF]) { in do_setlink() 3011 vf = nla_get_u32(port[IFLA_PORT_VF]); in do_setlink()
|
Completed in 33 milliseconds