Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Dcore.c305 struct net_stat g_nstat; in PrintNetworkStats() local
317 memset(&g_nstat, 0, sizeof(struct net_stat)); in PrintNetworkStats()
324 g_nstat.rx_packets[j] += ns.rx_packets[j]; in PrintNetworkStats()
325 g_nstat.rx_errors[j] += ns.rx_errors[j]; in PrintNetworkStats()
326 g_nstat.rx_bytes[j] += ns.rx_bytes[j]; in PrintNetworkStats()
327 g_nstat.tx_packets[j] += ns.tx_packets[j]; in PrintNetworkStats()
328 g_nstat.tx_drops[j] += ns.tx_drops[j]; in PrintNetworkStats()
329 g_nstat.tx_bytes[j] += ns.tx_bytes[j]; in PrintNetworkStats()
341 (long long unsigned)g_nstat.rx_packets[i], in PrintNetworkStats()
343 GBPS(g_nstat.rx_bytes[i]), in PrintNetworkStats()
[all …]