Home
last modified time | relevance | path

Searched refs:netdev_rx_stat (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/net/core/
Ddev.c1144 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()
[all …]
/linux-2.4.37.9/net/sched/
Dsch_generic.c124 netdev_rx_stat[smp_processor_id()].cpu_collision++; in qdisc_restart()
/linux-2.4.37.9/include/linux/
Dnetdevice.h174 extern struct netif_rx_stats netdev_rx_stat[];