Home
last modified time | relevance | path

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

/mOS-networking-stack/dpdk-iface-kmod/
H A Ddpdk_iface.h26 uint64_t tx_bytes; member
70 adapter->nstats.rx_bytes = adapter->nstats.tx_bytes = 0; in netdev_stats()
79 adapter->nstats.tx_bytes += sarray->tx_bytes + old_sarray->tx_bytes; in netdev_stats()
91 (long long unsigned int)adapter->nstats.tx_bytes); in netdev_stats()
H A Ddpdk_iface.c47 sarrays[device][qid].tx_bytes > stats->tx_bytes)) { in update_stats()
51 old_sarray->tx_bytes += sarray->tx_bytes; in update_stats()
60 sarray->tx_bytes = stats->tx_bytes; in update_stats()
74 (long long unsigned int)sarray->tx_bytes); in update_stats()
/mOS-networking-stack/core/src/
H A Ddpdk_module.c165 uint64_t tx_bytes; member
248 ss.tx_bytes = mtcp->nstat.tx_bytes[nif]; in dpdk_send_pkts()
312 mtcp->nstat.tx_bytes[nif] += pktsize + ETHER_OVR; in dpdk_get_wptr()
342 mtcp->nstat.tx_bytes[out_nif] += dpc->rmbufs[in_nif].m_table[index]->pkt_len + ETHER_OVR; in dpdk_set_wptr()
H A Dcore.c195 ns->tx_bytes[i] = mtcp->nstat.tx_bytes[i] - mtcp->p_nstat.tx_bytes[i]; in PrintThreadNetworkStats()
208 GBPS(ns->tx_bytes[i])); in PrintThreadNetworkStats()
329 g_nstat.tx_bytes[j] += ns.tx_bytes[j]; in PrintNetworkStats()
345 GBPS(g_nstat.tx_bytes[i])); in PrintNetworkStats()
347 total_tx_gbps += GBPS(g_nstat.tx_bytes[i]); in PrintNetworkStats()
H A Dnetmap_module.c124 mtcp->nstat.tx_bytes[nif] += pkt_size + ETHER_OVR; in netmap_send_pkts()
/mOS-networking-stack/core/src/include/
H A Dstat.h51 uint64_t tx_bytes[MAX_DEVICES]; member