Lines Matching refs:netdev_rx_stat
1144 struct netif_rx_stats netdev_rx_stat[NR_CPUS]; variable
1291 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()
1864 netdev_rx_stat[i].throttled, in dev_proc_stats()
1865 netdev_rx_stat[i].fastroute_hit, in dev_proc_stats()
1866 netdev_rx_stat[i].fastroute_success, in dev_proc_stats()
1867 netdev_rx_stat[i].fastroute_defer, in dev_proc_stats()
1868 netdev_rx_stat[i].fastroute_deferred_out, in dev_proc_stats()
1870 netdev_rx_stat[i].fastroute_latency_reduction in dev_proc_stats()
1872 netdev_rx_stat[i].cpu_collision in dev_proc_stats()