Searched refs:subnet_msg_cache (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/unbound/edns-subnet/ |
| H A D | subnetmod.c | 248 sn_env->subnet_msg_cache = slabhash_create(env->cfg->msg_cache_slabs, in subnetmod_init() 252 if(!sn_env->subnet_msg_cache) { in subnetmod_init() 258 slabhash_setmarkdel(sn_env->subnet_msg_cache, &subnet_markdel); in subnetmod_init() 264 slabhash_delete(sn_env->subnet_msg_cache); in subnetmod_init() 279 slabhash_delete(sn_env->subnet_msg_cache); in subnetmod_init() 306 slabhash_delete(sn_env->subnet_msg_cache); in subnetmod_deinit() 381 struct slabhash *subnet_msg_cache = sne->subnet_msg_cache; in update_cache() local 393 struct lruhash_entry* lru_entry = slabhash_lookup(subnet_msg_cache, h, in update_cache() 458 slabhash_insert(subnet_msg_cache, h, lru_entry, lru_entry->data, in update_cache() 461 slabhash_update_space_used(subnet_msg_cache, h, NULL, in update_cache() [all …]
|
| H A D | subnetmod.h | 59 struct slabhash* subnet_msg_cache; member
|
| /freebsd/contrib/unbound/daemon/ |
| H A D | remote.c | 2017 slabhash_traverse(sn_env->subnet_msg_cache, 0, in do_cache_lookup_domain()
|
| /freebsd/contrib/unbound/doc/ |
| H A D | Changelog | 1055 - Fix #1032: The size of subnet_msg_cache calculation mistake cause
|