Home
last modified time | relevance | path

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

/linux-5.19.10/net/core/
Drtnetlink.c1100 struct nlattr *vf_ports; in rtnl_vf_ports_fill() local
1105 vf_ports = nla_nest_start_noflag(skb, IFLA_VF_PORTS); in rtnl_vf_ports_fill()
1106 if (!vf_ports) in rtnl_vf_ports_fill()
1125 nla_nest_end(skb, vf_ports); in rtnl_vf_ports_fill()
1130 nla_nest_cancel(skb, vf_ports); in rtnl_vf_ports_fill()