Searched refs:subnet_msg_cache (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/usr.sbin/unbound/edns-subnet/
H A Dsubnetmod.c231 sn_env->subnet_msg_cache = slabhash_create(env->cfg->msg_cache_slabs,
235 slabhash_setmarkdel(sn_env->subnet_msg_cache, &subnet_markdel);
236 if(!sn_env->subnet_msg_cache) {
247 slabhash_delete(sn_env->subnet_msg_cache);
262 slabhash_delete(sn_env->subnet_msg_cache);
289 slabhash_delete(sn_env->subnet_msg_cache);
364 struct slabhash *subnet_msg_cache = sne->subnet_msg_cache; local
376 struct lruhash_entry* lru_entry = slabhash_lookup(subnet_msg_cache, h,
441 slabhash_insert(subnet_msg_cache,
[all...]
H A Dsubnetmod.h59 struct slabhash* subnet_msg_cache; member in struct:subnet_env

Completed in 107 milliseconds