Lines Matching defs:stats
120 struct net_device_stats *stats = &netdev->stats;170 stats->tx_packets++;171 stats->tx_bytes += skb_len;177 stats->tx_dropped++;184 struct net_device_stats *stats = &netdev->stats;189 stats->rx_packets++;190 stats->rx_bytes += skb->len;194 stats->rx_dropped++;