Searched refs:offload_xstats_l3 (Results 1 - 2 of 2) sorted by path

/linux-master/include/linux/
H A Dnetdevice.h2019 * @offload_xstats_l3: L3 HW stats for this netdevice.
2393 struct rtnl_hw_stats64 *offload_xstats_l3; member in struct:net_device
/linux-master/net/core/
H A Ddev.c8141 dev->offload_xstats_l3 = kzalloc(sizeof(*dev->offload_xstats_l3),
8143 if (!dev->offload_xstats_l3)
8156 kfree(dev->offload_xstats_l3);
8157 dev->offload_xstats_l3 = NULL;
8189 kfree(dev->offload_xstats_l3);
8190 dev->offload_xstats_l3 = NULL;
8223 return dev->offload_xstats_l3;

Completed in 264 milliseconds