Searched refs:netdev_stats (Results 1 – 2 of 2) sorted by relevance
6966 const struct net_device_stats *netdev_stats) in netdev_stats_to_stats64() argument6969 BUILD_BUG_ON(sizeof(*stats64) != sizeof(*netdev_stats)); in netdev_stats_to_stats64()6970 memcpy(stats64, netdev_stats, sizeof(*stats64)); in netdev_stats_to_stats64()6973 const unsigned long *src = (const unsigned long *)netdev_stats; in netdev_stats_to_stats64()6976 BUILD_BUG_ON(sizeof(*netdev_stats) / sizeof(unsigned long) != in netdev_stats_to_stats64()
3558 const struct net_device_stats *netdev_stats);