Searched refs:netdev_rx_stat (Results 1 – 3 of 3) sorted by relevance
1144 struct netif_rx_stats netdev_rx_stat[NR_CPUS]; variable1291 netdev_rx_stat[this_cpu].total++; in netif_rx()1321 netdev_rx_stat[this_cpu].throttled++; in netif_rx()1328 netdev_rx_stat[this_cpu].dropped++; in netif_rx()1472 netdev_rx_stat[smp_processor_id()].total++; in netif_receive_skb()1476 netdev_rx_stat[smp_processor_id()].fastroute_deferred_out++; in netif_receive_skb()1645 netdev_rx_stat[this_cpu].time_squeeze++; in net_rx_action()1861 netdev_rx_stat[i].total, in dev_proc_stats()1862 netdev_rx_stat[i].dropped, in dev_proc_stats()1863 netdev_rx_stat[i].time_squeeze, in dev_proc_stats()[all …]
124 netdev_rx_stat[smp_processor_id()].cpu_collision++; in qdisc_restart()
174 extern struct netif_rx_stats netdev_rx_stat[];