Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dif_link.h1047 IFLA_PORT_VF, /* __u32 */ enumerator
/openbmc/linux/include/uapi/linux/
H A Dif_link.h1132 IFLA_PORT_VF, /* __u32 */ enumerator
/openbmc/linux/net/core/
H A Drtnetlink.c1161 if (nla_put_u32(skb, IFLA_PORT_VF, vf)) in rtnl_vf_ports_fill()
2040 [IFLA_PORT_VF] = { .type = NLA_U32 },
3036 if (!port[IFLA_PORT_VF]) { in do_setlink()
3040 vf = nla_get_u32(port[IFLA_PORT_VF]); in do_setlink()