Home
last modified time | relevance | path

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

/systemd-251/src/run/
Drun.c994 uint64_t ip_ingress_bytes; member
1055 … { "IPIngressBytes", "t", NULL, offsetof(RunContext, ip_ingress_bytes) }, in run_context_update()
1246 .ip_ingress_bytes = UINT64_MAX, in start_transient_service()
1341 if (c.ip_ingress_bytes != UINT64_MAX) in start_transient_service()
1342 … log_info("IP traffic received: %s", FORMAT_BYTES(c.ip_ingress_bytes)); in start_transient_service()
/systemd-251/src/systemctl/
Dsystemctl-show.c258 uint64_t ip_ingress_bytes; member
676 if (i->ip_ingress_bytes != UINT64_MAX && i->ip_egress_bytes != UINT64_MAX) in print_status_info()
678 FORMAT_BYTES(i->ip_ingress_bytes), in print_status_info()
1943 … "t", NULL, offsetof(UnitStatusInfo, ip_ingress_bytes) … in show_one()
1978 .ip_ingress_bytes = UINT64_MAX, in show_one()