Home
last modified time | relevance | path

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

/arch/s390/appldata/
Dappldata_net_sum.c50 u64 tx_bytes; /* total bytes transmitted */ member
69 unsigned long rx_packets, tx_packets, rx_bytes, tx_bytes, rx_errors, in appldata_get_net_sum_data() local
79 tx_bytes = 0; in appldata_get_net_sum_data()
95 tx_bytes += stats->tx_bytes; in appldata_get_net_sum_data()
109 net_data->tx_bytes = tx_bytes; in appldata_get_net_sum_data()
/arch/m68k/emu/
Dnfeth.c169 dev->stats.tx_bytes += len; in nfeth_xmit()
/arch/ia64/hp/sim/
Dsimeth.c383 local->stats.tx_bytes += skb->len; in simeth_tx()
/arch/xtensa/platforms/iss/
Dnetwork.c529 lp->stats.tx_bytes += skb->len; in iss_net_start_xmit()
/arch/um/drivers/
Dnet_kern.c224 dev->stats.tx_bytes += skb->len; in uml_net_start_xmit()