Searched refs:net_statistics (Results 1 – 8 of 8) sorted by relevance
155 extern struct linux_mib net_statistics[NR_CPUS*2];156 #define NET_INC_STATS(field) SNMP_INC_STATS(net_statistics, field)157 #define NET_INC_STATS_BH(field) SNMP_INC_STATS_BH(net_statistics, field)158 #define NET_INC_STATS_USER(field) SNMP_INC_STATS_USER(net_statistics, field)
206 …len += sprintf(buffer+len, " %lu", fold_field((unsigned long*)net_statistics, sizeof(struct linux_… in netstat_get_info()
467 net_statistics[smp_processor_id()*2].TimeWaited += killed; in SMP_TIMER_NAME()630 net_statistics[smp_processor_id()*2].TimeWaitKilled += killed; in SMP_TIMER_NAME()
1373 net_statistics[smp_processor_id()*2+1].TCPPrequeued += skb_queue_len(&tp->ucopy.prequeue); in tcp_prequeue_process()1656 net_statistics[smp_processor_id()*2+1].TCPDirectCopyFromBacklog += chunk; in tcp_recvmsg()1667 net_statistics[smp_processor_id()*2+1].TCPDirectCopyFromPrequeue += chunk; in tcp_recvmsg()1751 net_statistics[smp_processor_id()*2+1].TCPDirectCopyFromPrequeue += chunk; in tcp_recvmsg()
240 net_statistics[smp_processor_id()*2].TCPSchedulerFailed += skb_queue_len(&tp->ucopy.prequeue); in tcp_delack_timer()
120 struct linux_mib net_statistics[NR_CPUS*2]; variable
3775 net_statistics[smp_processor_id()*2].OfoPruned += skb_queue_len(&tp->out_of_order_queue); in tcp_prune_queue()
392 EXPORT_SYMBOL(net_statistics);