Home
last modified time | relevance | path

Searched refs:ip_egress_bytes (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/run/ !
Drun.c995 uint64_t ip_egress_bytes; member
1056 … { "IPEgressBytes", "t", NULL, offsetof(RunContext, ip_egress_bytes) }, in run_context_update()
1247 .ip_egress_bytes = UINT64_MAX, in start_transient_service()
1344 if (c.ip_egress_bytes != UINT64_MAX) in start_transient_service()
1345 log_info("IP traffic sent: %s", FORMAT_BYTES(c.ip_egress_bytes)); in start_transient_service()
/systemd-251/src/systemctl/ !
Dsystemctl-show.c259 uint64_t ip_egress_bytes; member
676 if (i->ip_ingress_bytes != UINT64_MAX && i->ip_egress_bytes != UINT64_MAX) in print_status_info()
679 FORMAT_BYTES(i->ip_egress_bytes)); in print_status_info()
1944 … "t", NULL, offsetof(UnitStatusInfo, ip_egress_bytes) … in show_one()
1979 .ip_egress_bytes = UINT64_MAX, in show_one()