Home
last modified time | relevance | path

Searched refs:net_statistics (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/include/net/
Dip.h155 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)
/linux-2.4.37.9/net/ipv4/
Dproc.c206 …len += sprintf(buffer+len, " %lu", fold_field((unsigned long*)net_statistics, sizeof(struct linux_… in netstat_get_info()
Dtcp_minisocks.c467 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()
Dtcp.c1373 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()
Dtcp_timer.c240 net_statistics[smp_processor_id()*2].TCPSchedulerFailed += skb_queue_len(&tp->ucopy.prequeue); in tcp_delack_timer()
Daf_inet.c120 struct linux_mib net_statistics[NR_CPUS*2]; variable
Dtcp_input.c3775 net_statistics[smp_processor_id()*2].OfoPruned += skb_queue_len(&tp->out_of_order_queue); in tcp_prune_queue()
/linux-2.4.37.9/net/
Dnetsyms.c392 EXPORT_SYMBOL(net_statistics);