Home
last modified time | relevance | path

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

/linux-4.1.27/net/core/
Ddev.c6687 const struct net_device_stats *netdev_stats) in netdev_stats_to_stats64() argument
6690 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()
/linux-4.1.27/include/linux/
Dnetdevice.h3475 const struct net_device_stats *netdev_stats);