Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dif_link.h310 IFLA_VF_PORTS, enumerator
/openbmc/linux/include/uapi/linux/
H A Dif_link.h330 IFLA_VF_PORTS, enumerator
/openbmc/linux/net/core/
H A Drtnetlink.c1153 vf_ports = nla_nest_start_noflag(skb, IFLA_VF_PORTS); in rtnl_vf_ports_fill()
1979 [IFLA_VF_PORTS] = { .type = NLA_NESTED },
3014 if (tb[IFLA_VF_PORTS]) { in do_setlink()
3024 nla_for_each_nested(attr, tb[IFLA_VF_PORTS], rem) { in do_setlink()