Searched refs:netdev_stats (Results 1 – 2 of 2) sorted by relevance
6687 const struct net_device_stats *netdev_stats) in netdev_stats_to_stats64() argument6690 BUILD_BUG_ON(sizeof(*stats64) != sizeof(*netdev_stats)); in netdev_stats_to_stats64()6691 memcpy(stats64, netdev_stats, sizeof(*stats64)); in netdev_stats_to_stats64()6694 const unsigned long *src = (const unsigned long *)netdev_stats; in netdev_stats_to_stats64()6697 BUILD_BUG_ON(sizeof(*netdev_stats) / sizeof(unsigned long) != in netdev_stats_to_stats64()
3475 const struct net_device_stats *netdev_stats);