Searched refs:txbytes (Results 1 – 2 of 2) sorted by relevance
672 u64 rxpackets, rxbytes, rxmulticast, txpackets, txbytes; in vlan_dev_get_stats64() local682 txbytes = u64_stats_read(&p->tx_bytes); in vlan_dev_get_stats64()689 stats->tx_bytes += txbytes; in vlan_dev_get_stats64()
1388 u64 rxpackets, rxbytes, txpackets, txbytes; in br_vlan_get_stats() local1397 txbytes = u64_stats_read(&cpu_stats->tx_bytes); in br_vlan_get_stats()1403 u64_stats_add(&stats->tx_bytes, txbytes); in br_vlan_get_stats()
Completed in 10 milliseconds