Searched refs:sstats (Results 1 – 1 of 1) sorted by relevance
3524 const struct rtnl_link_stats64 *sstats = in bond_get_stats() local3527 stats->rx_packets += sstats->rx_packets; in bond_get_stats()3528 stats->rx_bytes += sstats->rx_bytes; in bond_get_stats()3529 stats->rx_errors += sstats->rx_errors; in bond_get_stats()3530 stats->rx_dropped += sstats->rx_dropped; in bond_get_stats()3532 stats->tx_packets += sstats->tx_packets; in bond_get_stats()3533 stats->tx_bytes += sstats->tx_bytes; in bond_get_stats()3534 stats->tx_errors += sstats->tx_errors; in bond_get_stats()3535 stats->tx_dropped += sstats->tx_dropped; in bond_get_stats()3537 stats->multicast += sstats->multicast; in bond_get_stats()[all …]