Home
last modified time | relevance | path

Searched refs:rl_stats (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/usr.sbin/relayd/
Dagentx_control.c635 value += rly->rl_stats[i].cnt; in agentxctl_relay()
639 value += rly->rl_stats[i].avg; in agentxctl_relay()
643 value += rly->rl_stats[i].last; in agentxctl_relay()
647 value += rly->rl_stats[i].avg_hour; in agentxctl_relay()
651 value += rly->rl_stats[i].last_hour; in agentxctl_relay()
655 value += rly->rl_stats[i].avg_day; in agentxctl_relay()
659 value += rly->rl_stats[i].last_day; in agentxctl_relay()
Dpfe.c280 bcopy(&crs, &rlay->rl_stats[crs.proc], sizeof(crs)); in pfe_dispatch_relay()
281 rlay->rl_stats[crs.proc].interval = in pfe_dispatch_relay()
393 rlay->rl_stats[env->sc_conf.prefork_relay].id = EMPTY_ID; in show()
397 &rlay->rl_stats, sizeof(rlay->rl_stats)); in show()
Drelay_udp.c278 rlay->rl_stats[ps->ps_instance].last++; in relay_udp_server()
Drelayd.h844 struct ctl_stats rl_stats[PROC_MAX_INSTANCES + 1]; member
Drelay.c393 cur = &rlay->rl_stats[ps->ps_instance]; in relay_statistics()
1187 rlay->rl_stats[ps->ps_instance].last++; in relay_accept()