Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/core/
H A Drtnetlink.c1070 struct nlattr *vf_ports; in rtnl_vf_ports_fill() local
1075 vf_ports = nla_nest_start_noflag(skb, IFLA_VF_PORTS); in rtnl_vf_ports_fill()
1076 if (!vf_ports) in rtnl_vf_ports_fill()
1095 nla_nest_end(skb, vf_ports); in rtnl_vf_ports_fill()
1100 nla_nest_cancel(skb, vf_ports); in rtnl_vf_ports_fill()
/kernel/linux/linux-6.6/net/core/
H A Drtnetlink.c1119 struct nlattr *vf_ports; in rtnl_vf_ports_fill() local
1124 vf_ports = nla_nest_start_noflag(skb, IFLA_VF_PORTS); in rtnl_vf_ports_fill()
1125 if (!vf_ports) in rtnl_vf_ports_fill()
1144 nla_nest_end(skb, vf_ports); in rtnl_vf_ports_fill()
1149 nla_nest_cancel(skb, vf_ports); in rtnl_vf_ports_fill()

Completed in 14 milliseconds