Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/core/
H A Drtnetlink.c1071 struct nlattr *vf_port; in rtnl_vf_ports_fill() local
1080 vf_port = nla_nest_start_noflag(skb, IFLA_VF_PORT); in rtnl_vf_ports_fill()
1081 if (!vf_port) in rtnl_vf_ports_fill()
1089 nla_nest_cancel(skb, vf_port); in rtnl_vf_ports_fill()
1092 nla_nest_end(skb, vf_port); in rtnl_vf_ports_fill()
/kernel/linux/linux-6.6/net/core/
H A Drtnetlink.c1120 struct nlattr *vf_port; in rtnl_vf_ports_fill() local
1129 vf_port = nla_nest_start_noflag(skb, IFLA_VF_PORT); in rtnl_vf_ports_fill()
1130 if (!vf_port) in rtnl_vf_ports_fill()
1138 nla_nest_cancel(skb, vf_port); in rtnl_vf_ports_fill()
1141 nla_nest_end(skb, vf_port); in rtnl_vf_ports_fill()

Completed in 14 milliseconds