Home
last modified time | relevance | path

Searched refs:msg_cache_slabs (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/unbound/libunbound/
H A Dcontext.c90 cfg->msg_cache_slabs)) { in context_finalize()
92 ctx->env->msg_cache = slabhash_create(cfg->msg_cache_slabs, in context_finalize()
/freebsd-13.1/contrib/unbound/daemon/
H A Ddaemon.c847 cfg->msg_cache_slabs)) { in daemon_apply_cfg()
849 daemon->env->msg_cache = slabhash_create(cfg->msg_cache_slabs, in daemon_apply_cfg()
/freebsd-13.1/contrib/unbound/util/
H A Dconfig_file.h173 size_t msg_cache_slabs; member
H A Dconfig_file.c161 cfg->msg_cache_slabs = 4; in config_create()
396 cfg->msg_cache_slabs = 1; in config_create_forlib()
572 else S_POW2("msg-cache-slabs:", msg_cache_slabs) in config_set_option()
1001 else O_DEC(opt, "msg-cache-slabs", msg_cache_slabs) in config_get_option()
H A Dconfigparser.y1513 cfg_parser->cfg->msg_cache_slabs = atoi($2);
1514 if(!is_pow2(cfg_parser->cfg->msg_cache_slabs))
/freebsd-13.1/contrib/unbound/edns-subnet/
H A Dsubnetmod.c202 sn_env->subnet_msg_cache = slabhash_create(env->cfg->msg_cache_slabs, in subnetmod_init()