Home
last modified time | relevance | path

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

/linux-6.1.9/net/core/
Drtnetlink.c1100 struct nlattr *vf_port; in rtnl_vf_ports_fill() local
1109 vf_port = nla_nest_start_noflag(skb, IFLA_VF_PORT); in rtnl_vf_ports_fill()
1110 if (!vf_port) in rtnl_vf_ports_fill()
1118 nla_nest_cancel(skb, vf_port); in rtnl_vf_ports_fill()
1121 nla_nest_end(skb, vf_port); in rtnl_vf_ports_fill()