Searched refs:tot_bytes (Results 1 – 1 of 1) sorted by relevance
1049 uint64_t tot_bytes = 0; in dladm_walk_usage_res() local1094 if (tot_bytes != 0) { in dladm_walk_usage_res()1103 usage.du_bandwidth = tot_bytes*8/tot_time; in dladm_walk_usage_res()1115 if (tot_bytes != 0) { in dladm_walk_usage_res()1122 usage.du_bandwidth = tot_bytes*8/tot_time; in dladm_walk_usage_res()1125 NET_RESET_TOT(tot_bytes, tot_time, tot_ibytes, in dladm_walk_usage_res()1135 tot_bytes += ns->net_stat_ibytes + ns->net_stat_obytes; in dladm_walk_usage_res()1147 usage.du_bandwidth = tot_bytes*8/tot_time; in dladm_walk_usage_res()1151 NET_RESET_TOT(tot_bytes, tot_time, tot_ibytes, in dladm_walk_usage_res()1155 tot_bytes += ns->net_stat_ibytes + ns->net_stat_obytes; in dladm_walk_usage_res()[all …]