Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/core/
A Drtnetlink.c1113 struct nlattr *vf_ports; in rtnl_vf_ports_fill() local
1118 vf_ports = nla_nest_start_noflag(skb, IFLA_VF_PORTS); in rtnl_vf_ports_fill()
1119 if (!vf_ports) in rtnl_vf_ports_fill()
1138 nla_nest_end(skb, vf_ports); in rtnl_vf_ports_fill()
1143 nla_nest_cancel(skb, vf_ports); in rtnl_vf_ports_fill()

Completed in 14 milliseconds