Home
last modified time | relevance | path

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

/mOS-networking-stack/dpdk-iface-kmod/
H A Ddpdk_iface.h69 adapter->nstats.rx_packets = adapter->nstats.tx_packets = 0; in netdev_stats()
78 adapter->nstats.tx_packets += sarray->tx_pkts + old_sarray->tx_pkts; in netdev_stats()
90 (long long unsigned int)adapter->nstats.tx_packets, in netdev_stats()
/mOS-networking-stack/core/src/include/
H A Dstat.h50 uint64_t tx_packets[MAX_DEVICES]; member
/mOS-networking-stack/core/src/
H A Dcore.c193 ns->tx_packets[i] = mtcp->nstat.tx_packets[i] - mtcp->p_nstat.tx_packets[i]; in PrintThreadNetworkStats()
207 (long long unsigned)ns->tx_packets[i], in PrintThreadNetworkStats()
327 g_nstat.tx_packets[j] += ns.tx_packets[j]; in PrintNetworkStats()
344 (long long unsigned)g_nstat.tx_packets[i], in PrintNetworkStats()
H A Ddpdk_module.c244 mtcp->nstat.tx_packets[nif] += cnt; in dpdk_send_pkts()
247 ss.tx_pkts = mtcp->nstat.tx_packets[nif]; in dpdk_send_pkts()
H A Dnetmap_module.c123 mtcp->nstat.tx_packets[nif]++; in netmap_send_pkts()