Searched defs:tx_packets (Results 1 - 1 of 1) sorted by relevance

/arch/s390/appldata/
H A Dappldata_net_sum.c46 u64 tx_packets; /* total packets transmitted */ member in struct:appldata_net_sum_data
67 unsigned long rx_packets, tx_packets, rx_bytes, tx_bytes, rx_errors, local
75 tx_packets = 0;
91 tx_packets += stats->tx_packets;
105 net_data->tx_packets = tx_packets;

Completed in 197 milliseconds