Searched refs:GBPS (Results 1 – 1 of 1) sorted by relevance
59 #define GBPS(bytes) (bytes * 8.0 / (1000 * 1000 * 1000)) macro206 GBPS(ns->rx_bytes[i]), in PrintThreadNetworkStats()208 GBPS(ns->tx_bytes[i])); in PrintThreadNetworkStats()343 GBPS(g_nstat.rx_bytes[i]), in PrintNetworkStats()345 GBPS(g_nstat.tx_bytes[i])); in PrintNetworkStats()346 total_rx_gbps += GBPS(g_nstat.rx_bytes[i]); in PrintNetworkStats()347 total_tx_gbps += GBPS(g_nstat.tx_bytes[i]); in PrintNetworkStats()