Home
last modified time | relevance | path

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

/Linux-v5.10/net/core/
Drtnetlink.c1227 struct nlattr *vf, *vfstats, *vfvlanlist; in rtnl_fill_vfinfo() local
1334 vfstats = nla_nest_start_noflag(skb, IFLA_VF_STATS); in rtnl_fill_vfinfo()
1335 if (!vfstats) in rtnl_fill_vfinfo()
1353 nla_nest_cancel(skb, vfstats); in rtnl_fill_vfinfo()
1356 nla_nest_end(skb, vfstats); in rtnl_fill_vfinfo()