Home
last modified time | relevance | path

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

/mOS-networking-stack/dpdk-iface-kmod/
H A Ddpdk_iface.h28 uint64_t rx_bytes; member
70 adapter->nstats.rx_bytes = adapter->nstats.tx_bytes = 0; in netdev_stats()
77 adapter->nstats.rx_bytes += sarray->rx_bytes + old_sarray->rx_bytes; in netdev_stats()
89 (long long unsigned int)adapter->nstats.rx_bytes, in netdev_stats()
H A Ddpdk_iface.c46 if (unlikely(sarrays[device][qid].rx_bytes > stats->rx_bytes || in update_stats()
49 old_sarray->rx_bytes += sarray->rx_bytes; in update_stats()
58 sarray->rx_bytes = stats->rx_bytes; in update_stats()
72 (long long unsigned int)sarray->rx_bytes, in update_stats()
/mOS-networking-stack/core/src/include/
H A Dstat.h54 uint64_t rx_bytes[MAX_DEVICES]; member
/mOS-networking-stack/core/src/
H A Deth_in.c44 mtcp->nstat.rx_bytes[ifidx] += len + ETHER_OVR; in ProcessPacket()
H A Dcore.c192 ns->rx_bytes[i] = mtcp->nstat.rx_bytes[i] - mtcp->p_nstat.rx_bytes[i]; in PrintThreadNetworkStats()
206 GBPS(ns->rx_bytes[i]), in PrintThreadNetworkStats()
326 g_nstat.rx_bytes[j] += ns.rx_bytes[j]; in PrintNetworkStats()
343 GBPS(g_nstat.rx_bytes[i]), in PrintNetworkStats()
346 total_rx_gbps += GBPS(g_nstat.rx_bytes[i]); in PrintNetworkStats()
H A Ddpdk_module.c167 uint64_t rx_bytes; member
250 ss.rx_bytes = mtcp->nstat.rx_bytes[nif]; in dpdk_send_pkts()