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

/arch/s390/appldata/
H A Dappldata_net_sum.c65 struct appldata_net_sum_data *net_data; local
70 net_data = data;
71 net_data->sync_count_1++;
103 net_data->nr_interfaces = i;
104 net_data->rx_packets = rx_packets;
105 net_data->tx_packets = tx_packets;
106 net_data->rx_bytes = rx_bytes;
107 net_data->tx_bytes = tx_bytes;
108 net_data->rx_errors = rx_errors;
109 net_data
[all...]

Completed in 69 milliseconds