Searched refs:slabhash_lookup (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/unbound/services/cache/ |
H A D | rrset.c | 201 if((e=slabhash_lookup(&r->table, h, k, 0)) != 0) { in rrset_cache_update() 297 if((e = slabhash_lookup(&r->table, key.entry.hash, &key, wr))) { in rrset_cache_lookup() 382 e = slabhash_lookup(&r->table, rrset->entry.hash, rrset, 1); in rrset_update_sec_status() 422 e = slabhash_lookup(&r->table, rrset->entry.hash, rrset, 0); in rrset_check_sec_status()
|
H A D | dns.c | 295 e = slabhash_lookup(env->msg_cache, h, &k, wr); in msg_cache_lookup() 908 e = slabhash_lookup(env->msg_cache, h, &k, 0); in dns_cache_lookup() 1020 e = slabhash_lookup(env->msg_cache, h, &k, 0); in dns_cache_lookup() 1025 e = slabhash_lookup(env->msg_cache, h, &k, 0); in dns_cache_lookup()
|
H A D | infra.c | 484 return slabhash_lookup(infra->hosts, k.entry.hash, &k, wr); in infra_lookup_nottl() 935 return slabhash_lookup(infra->domain_rates, h, &key, wr); in infra_find_ratedata() 948 return slabhash_lookup(infra->client_ip_rates, h, &key, wr); in infra_find_ip_ratedata()
|
/freebsd/contrib/unbound/util/storage/ |
H A D | slabhash.h | 128 struct lruhash_entry* slabhash_lookup(struct slabhash* table,
|
H A D | slabhash.c | 122 struct lruhash_entry* slabhash_lookup(struct slabhash* sl, in slabhash_lookup() function
|
/freebsd/contrib/unbound/validator/ |
H A D | val_kcache.c | 116 e = slabhash_lookup(kcache->slab, lookfor.entry.hash, &lookfor, wr); in key_cache_search()
|
/freebsd/contrib/unbound/dnscrypt/ |
H A D | dnscrypt.c | 147 return slabhash_lookup(cache, hash, key, 0); in dnsc_shared_secrets_lookup() 228 return slabhash_lookup(cache, hash, &k, 0); in dnsc_nonces_lookup()
|
/freebsd/contrib/unbound/edns-subnet/ |
H A D | subnetmod.c | 376 struct lruhash_entry* lru_entry = slabhash_lookup(subnet_msg_cache, h, in update_cache() 469 e = slabhash_lookup(sne->subnet_msg_cache, h, &qstate->qinfo, 1); in lookup_and_reply()
|
/freebsd/contrib/unbound/services/ |
H A D | mesh.c | 327 e = slabhash_lookup(qstate->env->msg_cache, h, lookup_qinfo, 0); in mesh_serve_expired_lookup()
|
/freebsd/contrib/unbound/daemon/ |
H A D | worker.c | 1834 if((e=slabhash_lookup(worker->env.msg_cache, h, lookup_qinfo, 0))) { in worker_handle_request()
|
/freebsd/contrib/unbound/contrib/ |
H A D | fastrpz.patch | 225 if((e=slabhash_lookup(worker->env.msg_cache, h, lookup_qinfo, 0))) {
|