Searched refs:slabhash_insert (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/unbound/util/storage/ |
| H A D | slabhash.h | 112 void slabhash_insert(struct slabhash* table, hashvalue_type hash,
|
| H A D | slabhash.c | 116 void slabhash_insert(struct slabhash* sl, hashvalue_type hash, in slabhash_insert() function
|
| /freebsd-13.1/contrib/unbound/services/cache/ |
| H A D | infra.c | 484 slabhash_insert(infra->hosts, e->hash, e, data, NULL); in infra_host() 546 slabhash_insert(infra->hosts, e->hash, e, e->data, NULL); in infra_set_lame() 627 slabhash_insert(infra->hosts, e->hash, e, e->data, NULL); in infra_rtt_update() 683 slabhash_insert(infra->hosts, e->hash, e, e->data, NULL); in infra_edns_update() 874 slabhash_insert(infra->domain_rates, h, &k->entry, d, NULL); in infra_create_ratedata() 898 slabhash_insert(infra->client_ip_rates, h, &k->entry, d, NULL); in infra_ip_create_ratedata()
|
| H A D | rrset.c | 227 slabhash_insert(&r->table, h, &k->entry, k->entry.data, alloc); in rrset_cache_update()
|
| H A D | dns.c | 194 slabhash_insert(env->msg_cache, hash, &e->entry, rep, env->alloc); in dns_cache_store_msg()
|
| /freebsd-13.1/contrib/unbound/validator/ |
| H A D | val_kcache.c | 95 slabhash_insert(kcache->slab, k->entry.hash, &k->entry, in key_cache_insert()
|
| /freebsd-13.1/contrib/unbound/dnscrypt/ |
| H A D | dnscrypt.c | 128 slabhash_insert(cache, in dnsc_shared_secret_cache_insert() 198 slabhash_insert(cache, in dnsc_nonce_cache_insert()
|
| /freebsd-13.1/contrib/unbound/edns-subnet/ |
| H A D | subnetmod.c | 394 slabhash_insert(subnet_msg_cache, h, lru_entry, lru_entry->data, in update_cache()
|