Home
last modified time | relevance | path

Searched refs:tx_bytes (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/network/
Dnetworkd-link-bus.c58 if (link->stats_new.tx_bytes > link->stats_old.tx_bytes) in property_get_bit_rates()
59 … tx = (uint64_t) ((link->stats_new.tx_bytes - link->stats_old.tx_bytes) / interval_sec); in property_get_bit_rates()
61 …tx = (uint64_t) ((UINT64_MAX - (link->stats_old.tx_bytes - link->stats_new.tx_bytes)) / interval_s… in property_get_bit_rates()
Dnetworkctl.c1443 DUMP_STATS_ONE("Tx Bytes", tx_bytes); in dump_statistics()
/systemd-251/src/basic/linux/
Dif_link.h13 __u32 tx_bytes; member
219 __u64 tx_bytes; member
Dif_bridge.h155 __u64 tx_bytes; member