Searched refs:ub_server_stats (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/unbound/daemon/ |
| H A D | stats.h | 61 void server_stats_init(struct ub_server_stats* stats, struct config_file* cfg); 64 void server_stats_querymiss(struct ub_server_stats* stats, struct worker* worker); 67 void server_stats_prefetch(struct ub_server_stats* stats, struct worker* worker); 70 void server_stats_log(struct ub_server_stats* stats, struct worker* worker, 118 void server_stats_insquery(struct ub_server_stats* stats, struct comm_point* c, 127 void server_stats_insrcode(struct ub_server_stats* stats, struct sldns_buffer* buf); 134 void server_stats_downstream_cookie(struct ub_server_stats* stats,
|
| H A D | stats.c | 90 void server_stats_init(struct ub_server_stats* stats, struct config_file* cfg) in server_stats_init() 96 void server_stats_querymiss(struct ub_server_stats* stats, struct worker* worker) in server_stats_querymiss() 104 void server_stats_prefetch(struct ub_server_stats* stats, struct worker* worker) in server_stats_prefetch() 113 void server_stats_log(struct ub_server_stats* stats, struct worker* worker, in server_stats_log() 140 set_subnet_stats(struct worker* worker, struct ub_server_stats* svr, in set_subnet_stats() 165 set_neg_cache_stats(struct worker* worker, struct ub_server_stats* svr, in set_neg_cache_stats() 530 void server_stats_insquery(struct ub_server_stats* stats, struct comm_point* c, in server_stats_insquery() 584 void server_stats_insrcode(struct ub_server_stats* stats, sldns_buffer* buf) in server_stats_insrcode() 594 void server_stats_downstream_cookie(struct ub_server_stats* stats, in server_stats_downstream_cookie()
|
| H A D | worker.h | 123 struct ub_server_stats stats;
|
| /freebsd-14.2/contrib/unbound/libunbound/ |
| H A D | unbound.h | 693 struct ub_server_stats { struct 861 struct ub_server_stats svr; argument
|
| /freebsd-14.2/contrib/unbound/services/ |
| H A D | rpz.h | 183 uint8_t* taglist, size_t taglen, struct ub_server_stats* stats,
|
| H A D | rpz.c | 1701 struct ub_server_stats* stats, in rpz_resolve_client_action_and_zone() 2221 struct comm_reply* repinfo, struct ub_server_stats* stats) in rpz_synthesize_qname_localdata() 2640 uint8_t* taglist, size_t taglen, struct ub_server_stats* stats, in rpz_apply_maybe_clientip_trigger() 2720 size_t taglen, struct ub_server_stats* stats, int* passthru) in rpz_callback_from_worker_request()
|