Searched refs:tot_bytes (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libdladm/common/
H A Dusage.c1049 uint64_t tot_bytes = 0; local
1094 if (tot_bytes != 0) {
1103 usage.du_bandwidth = tot_bytes*8/tot_time;
1115 if (tot_bytes != 0) {
1122 usage.du_bandwidth = tot_bytes*8/tot_time;
1125 NET_RESET_TOT(tot_bytes, tot_time, tot_ibytes,
1135 tot_bytes += ns->net_stat_ibytes + ns->net_stat_obytes;
1147 usage.du_bandwidth = tot_bytes*8/tot_time;
1151 NET_RESET_TOT(tot_bytes, tot_time, tot_ibytes,
1155 tot_bytes
[all...]

Completed in 24 milliseconds