Home
last modified time | relevance | path

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

/systemd-251/src/network/
Dnetworkd-link-bus.c63 if (link->stats_new.rx_bytes > link->stats_old.rx_bytes) in property_get_bit_rates()
64 … rx = (uint64_t) ((link->stats_new.rx_bytes - link->stats_old.rx_bytes) / interval_sec); in property_get_bit_rates()
66 …rx = (uint64_t) ((UINT64_MAX - (link->stats_old.rx_bytes - link->stats_new.rx_bytes)) / interval_s… in property_get_bit_rates()
Dnetworkctl.c1442 DUMP_STATS_ONE("Rx Bytes", rx_bytes); in dump_statistics()
/systemd-251/src/basic/linux/
Dif_link.h12 __u32 rx_bytes; member
218 __u64 rx_bytes; member
Dif_bridge.h153 __u64 rx_bytes; member