Symbol: infra_cache
sbin/unwind/libunbound/iterator/iter_utils.c
321
if(infra_get_lame_rtt(env->infra_cache, &a->addr, a->addrlen,
sbin/unwind/libunbound/iterator/iterator.c
3627
if(!infra_set_lame(qstate->env->infra_cache,
sbin/unwind/libunbound/iterator/iterator.c
3646
if(!infra_set_lame(qstate->env->infra_cache,
sbin/unwind/libunbound/libunbound/context.c
114
ctx->env->infra_cache = infra_adjust(ctx->env->infra_cache, cfg);
sbin/unwind/libunbound/libunbound/context.c
115
if(!ctx->env->infra_cache)
sbin/unwind/libunbound/libunbound/libunbound.c
387
infra_delete(ctx->env->infra_cache);
sbin/unwind/libunbound/libunbound/libworker.c
226
w->env->infra_cache, w->env->rnd, cfg->use_caps_bits_for_id,
sbin/unwind/libunbound/services/cache/infra.c
1019
static void infra_ip_create_ratedata(struct infra_cache* infra,
sbin/unwind/libunbound/services/cache/infra.c
1098
int infra_ratelimit_inc(struct infra_cache* infra, uint8_t* name,
sbin/unwind/libunbound/services/cache/infra.c
1146
void infra_ratelimit_dec(struct infra_cache* infra, uint8_t* name,
sbin/unwind/libunbound/services/cache/infra.c
1166
int infra_ratelimit_exceeded(struct infra_cache* infra, uint8_t* name,
sbin/unwind/libunbound/services/cache/infra.c
1190
infra_get_mem(struct infra_cache* infra)
sbin/unwind/libunbound/services/cache/infra.c
1240
int infra_ip_ratelimit_inc(struct infra_cache* infra,
sbin/unwind/libunbound/services/cache/infra.c
1268
int infra_wait_limit_allowed(struct infra_cache* infra, struct comm_reply* rep,
sbin/unwind/libunbound/services/cache/infra.c
1304
void infra_wait_limit_inc(struct infra_cache* infra, struct comm_reply* rep,
sbin/unwind/libunbound/services/cache/infra.c
1326
void infra_wait_limit_dec(struct infra_cache* infra, struct comm_reply* rep,
sbin/unwind/libunbound/services/cache/infra.c
345
struct infra_cache*
sbin/unwind/libunbound/services/cache/infra.c
348
struct infra_cache* infra = (struct infra_cache*)calloc(1,
sbin/unwind/libunbound/services/cache/infra.c
349
sizeof(struct infra_cache));
sbin/unwind/libunbound/services/cache/infra.c
428
infra_delete(struct infra_cache* infra)
sbin/unwind/libunbound/services/cache/infra.c
441
struct infra_cache*
sbin/unwind/libunbound/services/cache/infra.c
442
infra_adjust(struct infra_cache* infra, struct config_file* cfg)
sbin/unwind/libunbound/services/cache/infra.c
512
infra_lookup_nottl(struct infra_cache* infra, struct sockaddr_storage* addr,
sbin/unwind/libunbound/services/cache/infra.c
528
data_entry_init(struct infra_cache* infra, struct lruhash_entry* e,
sbin/unwind/libunbound/services/cache/infra.c
557
new_entry(struct infra_cache* infra, struct sockaddr_storage* addr,
sbin/unwind/libunbound/services/cache/infra.c
587
infra_host(struct infra_cache* infra, struct sockaddr_storage* addr,
sbin/unwind/libunbound/services/cache/infra.c
659
infra_set_lame(struct infra_cache* infra, struct sockaddr_storage* addr,
sbin/unwind/libunbound/services/cache/infra.c
697
infra_update_tcp_works(struct infra_cache* infra,
sbin/unwind/libunbound/services/cache/infra.c
715
infra_rtt_update(struct infra_cache* infra, struct sockaddr_storage* addr,
sbin/unwind/libunbound/services/cache/infra.c
777
long long infra_get_host_rto(struct infra_cache* infra,
sbin/unwind/libunbound/services/cache/infra.c
803
infra_edns_update(struct infra_cache* infra, struct sockaddr_storage* addr,
sbin/unwind/libunbound/services/cache/infra.c
834
infra_get_lame_rtt(struct infra_cache* infra,
sbin/unwind/libunbound/services/cache/infra.c
917
int infra_find_ratelimit(struct infra_cache* infra, uint8_t* name,
sbin/unwind/libunbound/services/cache/infra.c
965
static struct lruhash_entry* infra_find_ratedata(struct infra_cache* infra,
sbin/unwind/libunbound/services/cache/infra.c
978
static struct lruhash_entry* infra_find_ip_ratedata(struct infra_cache* infra,
sbin/unwind/libunbound/services/cache/infra.c
991
static void infra_create_ratedata(struct infra_cache* infra,
sbin/unwind/libunbound/services/cache/infra.h
230
struct infra_cache* infra_create(struct config_file* cfg);
sbin/unwind/libunbound/services/cache/infra.h
236
void infra_delete(struct infra_cache* infra);
sbin/unwind/libunbound/services/cache/infra.h
246
struct infra_cache* infra_adjust(struct infra_cache* infra,
sbin/unwind/libunbound/services/cache/infra.h
259
struct lruhash_entry* infra_lookup_nottl(struct infra_cache* infra,
sbin/unwind/libunbound/services/cache/infra.h
281
int infra_host(struct infra_cache* infra, struct sockaddr_storage* addr,
sbin/unwind/libunbound/services/cache/infra.h
300
int infra_set_lame(struct infra_cache* infra,
sbin/unwind/libunbound/services/cache/infra.h
320
int infra_rtt_update(struct infra_cache* infra, struct sockaddr_storage* addr,
sbin/unwind/libunbound/services/cache/infra.h
332
void infra_update_tcp_works(struct infra_cache* infra,
sbin/unwind/libunbound/services/cache/infra.h
348
int infra_edns_update(struct infra_cache* infra,
sbin/unwind/libunbound/services/cache/infra.h
370
int infra_get_lame_rtt(struct infra_cache* infra,
sbin/unwind/libunbound/services/cache/infra.h
391
long long infra_get_host_rto(struct infra_cache* infra,
sbin/unwind/libunbound/services/cache/infra.h
409
int infra_ratelimit_inc(struct infra_cache* infra, uint8_t* name,
sbin/unwind/libunbound/services/cache/infra.h
423
void infra_ratelimit_dec(struct infra_cache* infra, uint8_t* name,
sbin/unwind/libunbound/services/cache/infra.h
436
int infra_ratelimit_exceeded(struct infra_cache* infra, uint8_t* name,
sbin/unwind/libunbound/services/cache/infra.h
444
int infra_find_ratelimit(struct infra_cache* infra, uint8_t* name,
sbin/unwind/libunbound/services/cache/infra.h
458
int infra_ip_ratelimit_inc(struct infra_cache* infra,
sbin/unwind/libunbound/services/cache/infra.h
467
size_t infra_get_mem(struct infra_cache* infra);
sbin/unwind/libunbound/services/cache/infra.h
507
int infra_wait_limit_allowed(struct infra_cache* infra, struct comm_reply* rep,
sbin/unwind/libunbound/services/cache/infra.h
511
void infra_wait_limit_inc(struct infra_cache* infra, struct comm_reply* rep,
sbin/unwind/libunbound/services/cache/infra.h
515
void infra_wait_limit_dec(struct infra_cache* infra, struct comm_reply* rep,
sbin/unwind/libunbound/services/mesh.c
1069
infra_wait_limit_dec(mesh->env->infra_cache,
sbin/unwind/libunbound/services/mesh.c
1556
infra_wait_limit_dec(m->s.env->infra_cache, &r->query_reply,
sbin/unwind/libunbound/services/mesh.c
1743
infra_wait_limit_dec(mstate->s.env->infra_cache,
sbin/unwind/libunbound/services/mesh.c
1777
infra_wait_limit_dec(mstate->s.env->infra_cache,
sbin/unwind/libunbound/services/mesh.c
2342
infra_wait_limit_dec(mesh->env->infra_cache,
sbin/unwind/libunbound/services/mesh.c
2506
infra_wait_limit_dec(mstate->s.env->infra_cache,
sbin/unwind/libunbound/services/mesh.c
2547
infra_wait_limit_dec(mstate->s.env->infra_cache,
sbin/unwind/libunbound/services/mesh.c
441
if(!infra_wait_limit_allowed(mesh->env->infra_cache, rep,
sbin/unwind/libunbound/services/mesh.c
556
infra_wait_limit_inc(mesh->env->infra_cache, rep, *mesh->env->now,
sbin/unwind/libunbound/services/outside_network.c
1675
int do_ip6, size_t num_tcp, int dscp, struct infra_cache* infra,
sbin/unwind/libunbound/services/outside_network.c
3482
if(!infra_ratelimit_inc(env->infra_cache, zone,
sbin/unwind/libunbound/services/outside_network.c
3512
infra_ratelimit_dec(env->infra_cache,
sbin/unwind/libunbound/services/outside_network.c
3520
infra_ratelimit_dec(env->infra_cache,
sbin/unwind/libunbound/services/outside_network.h
139
struct infra_cache* infra;
sbin/unwind/libunbound/services/outside_network.h
567
int do_ip4, int do_ip6, size_t num_tcp, int dscp, struct infra_cache* infra,
sbin/unwind/libunbound/services/outside_network.h
58
struct infra_cache;
sbin/unwind/libunbound/util/module.h
346
struct infra_cache* infra_cache;
usr.sbin/unbound/daemon/cachedump.c
870
entry_ttl = infra_get_host_rto(worker->env.infra_cache,
usr.sbin/unbound/daemon/cachedump.c
888
if(!infra_get_lame_rtt(worker->env.infra_cache,
usr.sbin/unbound/daemon/cachedump.c
907
if(infra_host(worker->env.infra_cache, &a->addr, a->addrlen,
usr.sbin/unbound/daemon/daemon.c
1069
if((daemon->env->infra_cache = infra_adjust(daemon->env->infra_cache,
usr.sbin/unbound/daemon/daemon.c
943
infra_delete(daemon->env->infra_cache);
usr.sbin/unbound/daemon/remote.c
2231
slabhash_clear(worker->env.infra_cache->hosts);
usr.sbin/unbound/daemon/remote.c
2253
slabhash_traverse(worker->env.infra_cache->hosts, 1, &infra_del_host,
usr.sbin/unbound/daemon/remote.c
3091
struct infra_cache* infra;
usr.sbin/unbound/daemon/remote.c
3151
arg.infra = worker->env.infra_cache;
usr.sbin/unbound/daemon/remote.c
3523
struct infra_cache* infra;
usr.sbin/unbound/daemon/remote.c
3578
a.infra = worker->env.infra_cache;
usr.sbin/unbound/daemon/remote.c
3597
a.infra = worker->env.infra_cache;
usr.sbin/unbound/daemon/remote.c
6200
slabhash_adjust_size(env->infra_cache->hosts, inframem);
usr.sbin/unbound/daemon/remote.c
6203
slabhash_adjust_size(env->infra_cache->domain_rates,
usr.sbin/unbound/daemon/remote.c
6205
slabhash_adjust_size(env->infra_cache->client_ip_rates,
usr.sbin/unbound/daemon/remote.c
6302
struct infra_cache* infra = env->infra_cache;
usr.sbin/unbound/daemon/stats.c
307
s->svr.infra_cache_count = (long long)count_slabhash_entries(worker->env.infra_cache->hosts);
usr.sbin/unbound/daemon/worker.c
136
infra = infra_get_mem(worker->env.infra_cache);
usr.sbin/unbound/daemon/worker.c
1428
if(!infra_ip_ratelimit_inc(worker->env.infra_cache, addr, addrlen,
usr.sbin/unbound/daemon/worker.c
222
(unsigned)infra_get_mem(worker->env.infra_cache),
usr.sbin/unbound/daemon/worker.c
2272
worker->daemon->env->infra_cache, worker->rndstate,
usr.sbin/unbound/daemon/worker.c
228
(unsigned)infra_get_mem(worker->env.infra_cache),
usr.sbin/unbound/iterator/iter_utils.c
321
if(infra_get_lame_rtt(env->infra_cache, &a->addr, a->addrlen,
usr.sbin/unbound/iterator/iterator.c
3627
if(!infra_set_lame(qstate->env->infra_cache,
usr.sbin/unbound/iterator/iterator.c
3646
if(!infra_set_lame(qstate->env->infra_cache,
usr.sbin/unbound/libunbound/context.c
114
ctx->env->infra_cache = infra_adjust(ctx->env->infra_cache, cfg);
usr.sbin/unbound/libunbound/context.c
115
if(!ctx->env->infra_cache)
usr.sbin/unbound/libunbound/libunbound.c
387
infra_delete(ctx->env->infra_cache);
usr.sbin/unbound/libunbound/libworker.c
226
w->env->infra_cache, w->env->rnd, cfg->use_caps_bits_for_id,
usr.sbin/unbound/services/cache/infra.c
1019
static void infra_ip_create_ratedata(struct infra_cache* infra,
usr.sbin/unbound/services/cache/infra.c
1098
int infra_ratelimit_inc(struct infra_cache* infra, uint8_t* name,
usr.sbin/unbound/services/cache/infra.c
1146
void infra_ratelimit_dec(struct infra_cache* infra, uint8_t* name,
usr.sbin/unbound/services/cache/infra.c
1166
int infra_ratelimit_exceeded(struct infra_cache* infra, uint8_t* name,
usr.sbin/unbound/services/cache/infra.c
1190
infra_get_mem(struct infra_cache* infra)
usr.sbin/unbound/services/cache/infra.c
1240
int infra_ip_ratelimit_inc(struct infra_cache* infra,
usr.sbin/unbound/services/cache/infra.c
1268
int infra_wait_limit_allowed(struct infra_cache* infra, struct comm_reply* rep,
usr.sbin/unbound/services/cache/infra.c
1304
void infra_wait_limit_inc(struct infra_cache* infra, struct comm_reply* rep,
usr.sbin/unbound/services/cache/infra.c
1326
void infra_wait_limit_dec(struct infra_cache* infra, struct comm_reply* rep,
usr.sbin/unbound/services/cache/infra.c
345
struct infra_cache*
usr.sbin/unbound/services/cache/infra.c
348
struct infra_cache* infra = (struct infra_cache*)calloc(1,
usr.sbin/unbound/services/cache/infra.c
349
sizeof(struct infra_cache));
usr.sbin/unbound/services/cache/infra.c
428
infra_delete(struct infra_cache* infra)
usr.sbin/unbound/services/cache/infra.c
441
struct infra_cache*
usr.sbin/unbound/services/cache/infra.c
442
infra_adjust(struct infra_cache* infra, struct config_file* cfg)
usr.sbin/unbound/services/cache/infra.c
512
infra_lookup_nottl(struct infra_cache* infra, struct sockaddr_storage* addr,
usr.sbin/unbound/services/cache/infra.c
528
data_entry_init(struct infra_cache* infra, struct lruhash_entry* e,
usr.sbin/unbound/services/cache/infra.c
557
new_entry(struct infra_cache* infra, struct sockaddr_storage* addr,
usr.sbin/unbound/services/cache/infra.c
587
infra_host(struct infra_cache* infra, struct sockaddr_storage* addr,
usr.sbin/unbound/services/cache/infra.c
659
infra_set_lame(struct infra_cache* infra, struct sockaddr_storage* addr,
usr.sbin/unbound/services/cache/infra.c
697
infra_update_tcp_works(struct infra_cache* infra,
usr.sbin/unbound/services/cache/infra.c
715
infra_rtt_update(struct infra_cache* infra, struct sockaddr_storage* addr,
usr.sbin/unbound/services/cache/infra.c
777
long long infra_get_host_rto(struct infra_cache* infra,
usr.sbin/unbound/services/cache/infra.c
803
infra_edns_update(struct infra_cache* infra, struct sockaddr_storage* addr,
usr.sbin/unbound/services/cache/infra.c
834
infra_get_lame_rtt(struct infra_cache* infra,
usr.sbin/unbound/services/cache/infra.c
917
int infra_find_ratelimit(struct infra_cache* infra, uint8_t* name,
usr.sbin/unbound/services/cache/infra.c
965
static struct lruhash_entry* infra_find_ratedata(struct infra_cache* infra,
usr.sbin/unbound/services/cache/infra.c
978
static struct lruhash_entry* infra_find_ip_ratedata(struct infra_cache* infra,
usr.sbin/unbound/services/cache/infra.c
991
static void infra_create_ratedata(struct infra_cache* infra,
usr.sbin/unbound/services/cache/infra.h
230
struct infra_cache* infra_create(struct config_file* cfg);
usr.sbin/unbound/services/cache/infra.h
236
void infra_delete(struct infra_cache* infra);
usr.sbin/unbound/services/cache/infra.h
246
struct infra_cache* infra_adjust(struct infra_cache* infra,
usr.sbin/unbound/services/cache/infra.h
259
struct lruhash_entry* infra_lookup_nottl(struct infra_cache* infra,
usr.sbin/unbound/services/cache/infra.h
281
int infra_host(struct infra_cache* infra, struct sockaddr_storage* addr,
usr.sbin/unbound/services/cache/infra.h
300
int infra_set_lame(struct infra_cache* infra,
usr.sbin/unbound/services/cache/infra.h
320
int infra_rtt_update(struct infra_cache* infra, struct sockaddr_storage* addr,
usr.sbin/unbound/services/cache/infra.h
332
void infra_update_tcp_works(struct infra_cache* infra,
usr.sbin/unbound/services/cache/infra.h
348
int infra_edns_update(struct infra_cache* infra,
usr.sbin/unbound/services/cache/infra.h
370
int infra_get_lame_rtt(struct infra_cache* infra,
usr.sbin/unbound/services/cache/infra.h
391
long long infra_get_host_rto(struct infra_cache* infra,
usr.sbin/unbound/services/cache/infra.h
409
int infra_ratelimit_inc(struct infra_cache* infra, uint8_t* name,
usr.sbin/unbound/services/cache/infra.h
423
void infra_ratelimit_dec(struct infra_cache* infra, uint8_t* name,
usr.sbin/unbound/services/cache/infra.h
436
int infra_ratelimit_exceeded(struct infra_cache* infra, uint8_t* name,
usr.sbin/unbound/services/cache/infra.h
444
int infra_find_ratelimit(struct infra_cache* infra, uint8_t* name,
usr.sbin/unbound/services/cache/infra.h
458
int infra_ip_ratelimit_inc(struct infra_cache* infra,
usr.sbin/unbound/services/cache/infra.h
467
size_t infra_get_mem(struct infra_cache* infra);
usr.sbin/unbound/services/cache/infra.h
507
int infra_wait_limit_allowed(struct infra_cache* infra, struct comm_reply* rep,
usr.sbin/unbound/services/cache/infra.h
511
void infra_wait_limit_inc(struct infra_cache* infra, struct comm_reply* rep,
usr.sbin/unbound/services/cache/infra.h
515
void infra_wait_limit_dec(struct infra_cache* infra, struct comm_reply* rep,
usr.sbin/unbound/services/mesh.c
1069
infra_wait_limit_dec(mesh->env->infra_cache,
usr.sbin/unbound/services/mesh.c
1556
infra_wait_limit_dec(m->s.env->infra_cache, &r->query_reply,
usr.sbin/unbound/services/mesh.c
1743
infra_wait_limit_dec(mstate->s.env->infra_cache,
usr.sbin/unbound/services/mesh.c
1777
infra_wait_limit_dec(mstate->s.env->infra_cache,
usr.sbin/unbound/services/mesh.c
2342
infra_wait_limit_dec(mesh->env->infra_cache,
usr.sbin/unbound/services/mesh.c
2506
infra_wait_limit_dec(mstate->s.env->infra_cache,
usr.sbin/unbound/services/mesh.c
2547
infra_wait_limit_dec(mstate->s.env->infra_cache,
usr.sbin/unbound/services/mesh.c
441
if(!infra_wait_limit_allowed(mesh->env->infra_cache, rep,
usr.sbin/unbound/services/mesh.c
556
infra_wait_limit_inc(mesh->env->infra_cache, rep, *mesh->env->now,
usr.sbin/unbound/services/outside_network.c
1675
int do_ip6, size_t num_tcp, int dscp, struct infra_cache* infra,
usr.sbin/unbound/services/outside_network.c
3482
if(!infra_ratelimit_inc(env->infra_cache, zone,
usr.sbin/unbound/services/outside_network.c
3512
infra_ratelimit_dec(env->infra_cache,
usr.sbin/unbound/services/outside_network.c
3520
infra_ratelimit_dec(env->infra_cache,
usr.sbin/unbound/services/outside_network.h
139
struct infra_cache* infra;
usr.sbin/unbound/services/outside_network.h
567
int do_ip4, int do_ip6, size_t num_tcp, int dscp, struct infra_cache* infra,
usr.sbin/unbound/services/outside_network.h
58
struct infra_cache;
usr.sbin/unbound/testcode/fake_event.c
1127
struct infra_cache* infra,
usr.sbin/unbound/testcode/replay.h
151
struct infra_cache;
usr.sbin/unbound/testcode/replay.h
306
struct infra_cache* infra;
usr.sbin/unbound/testcode/unitinfra.c
121
struct infra_cache* slab;
usr.sbin/unbound/testcode/unitinfra.c
49
static struct infra_data* infra_lookup_host(struct infra_cache* infra,
usr.sbin/unbound/testcode/unitinfra.c
66
static void test_keep_probing(struct infra_cache* slab,
usr.sbin/unbound/util/module.h
346
struct infra_cache* infra_cache;