Symbol: val_neg_cache
sbin/unwind/libunbound/util/module.h
177
struct val_neg_cache;
sbin/unwind/libunbound/util/module.h
512
struct val_neg_cache* neg_cache;
sbin/unwind/libunbound/validator/val_neg.c
103
size_t val_neg_get_mem(struct val_neg_cache* neg)
sbin/unwind/libunbound/validator/val_neg.c
1109
neg_find_nsec(struct val_neg_cache* neg_cache, uint8_t* qname, size_t qname_len,
sbin/unwind/libunbound/validator/val_neg.c
133
void neg_cache_delete(struct val_neg_cache* neg)
sbin/unwind/libunbound/validator/val_neg.c
1379
val_neg_getmsg(struct val_neg_cache* neg, struct query_info* qinfo,
sbin/unwind/libunbound/validator/val_neg.c
147
static void neg_lru_front(struct val_neg_cache* neg,
sbin/unwind/libunbound/validator/val_neg.c
1559
val_neg_adjust_size(struct val_neg_cache* neg, size_t max)
sbin/unwind/libunbound/validator/val_neg.c
163
static void neg_lru_remove(struct val_neg_cache* neg,
sbin/unwind/libunbound/validator/val_neg.c
179
static void neg_lru_touch(struct val_neg_cache* neg,
sbin/unwind/libunbound/validator/val_neg.c
197
static void neg_delete_zone(struct val_neg_cache* neg, struct val_neg_zone* z)
sbin/unwind/libunbound/validator/val_neg.c
226
void neg_delete_data(struct val_neg_cache* neg, struct val_neg_data* el)
sbin/unwind/libunbound/validator/val_neg.c
272
static void neg_make_space(struct val_neg_cache* neg, size_t need)
sbin/unwind/libunbound/validator/val_neg.c
280
struct val_neg_zone* neg_find_zone(struct val_neg_cache* neg,
sbin/unwind/libunbound/validator/val_neg.c
370
static struct val_neg_zone* neg_closest_zone_parent(struct val_neg_cache* neg,
sbin/unwind/libunbound/validator/val_neg.c
530
struct val_neg_zone* neg_create_zone(struct val_neg_cache* neg,
sbin/unwind/libunbound/validator/val_neg.c
673
static void wipeout(struct val_neg_cache* neg, struct val_neg_zone* zone,
sbin/unwind/libunbound/validator/val_neg.c
748
void neg_insert_data(struct val_neg_cache* neg,
sbin/unwind/libunbound/validator/val_neg.c
86
struct val_neg_cache* val_neg_create(struct config_file* cfg, size_t maxiter)
sbin/unwind/libunbound/validator/val_neg.c
879
void val_neg_addreply(struct val_neg_cache* neg, struct reply_info* rep)
sbin/unwind/libunbound/validator/val_neg.c
88
struct val_neg_cache* neg = (struct val_neg_cache*)calloc(1,
sbin/unwind/libunbound/validator/val_neg.c
969
void val_neg_addreferral(struct val_neg_cache* neg, struct reply_info* rep,
sbin/unwind/libunbound/validator/val_neg.h
178
struct val_neg_cache* val_neg_create(struct config_file* cfg, size_t maxiter);
sbin/unwind/libunbound/validator/val_neg.h
185
size_t val_neg_get_mem(struct val_neg_cache* neg);
sbin/unwind/libunbound/validator/val_neg.h
191
void neg_cache_delete(struct val_neg_cache* neg);
sbin/unwind/libunbound/validator/val_neg.h
209
void val_neg_addreply(struct val_neg_cache* neg, struct reply_info* rep);
sbin/unwind/libunbound/validator/val_neg.h
218
void val_neg_addreferral(struct val_neg_cache* neg, struct reply_info* rep,
sbin/unwind/libunbound/validator/val_neg.h
244
struct dns_msg* val_neg_getmsg(struct val_neg_cache* neg,
sbin/unwind/libunbound/validator/val_neg.h
258
void neg_insert_data(struct val_neg_cache* neg,
sbin/unwind/libunbound/validator/val_neg.h
269
void neg_delete_data(struct val_neg_cache* neg, struct val_neg_data* el);
sbin/unwind/libunbound/validator/val_neg.h
280
struct val_neg_zone* neg_find_zone(struct val_neg_cache* neg,
sbin/unwind/libunbound/validator/val_neg.h
292
struct val_neg_zone* neg_create_zone(struct val_neg_cache* neg,
sbin/unwind/libunbound/validator/val_neg.h
307
void val_neg_adjust_size(struct val_neg_cache* neg, size_t max);
sbin/unwind/libunbound/validator/validator.h
52
struct val_neg_cache;
sbin/unwind/libunbound/validator/validator.h
86
struct val_neg_cache* neg_cache;
sbin/unwind/resolver.c
231
struct val_neg_cache *unified_neg_cache;
usr.sbin/unbound/daemon/stats.c
170
struct val_neg_cache* neg;
usr.sbin/unbound/testcode/unitneg.c
195
static void add_item(struct val_neg_cache* neg)
usr.sbin/unbound/testcode/unitneg.c
243
static void remove_item(struct val_neg_cache* neg)
usr.sbin/unbound/testcode/unitneg.c
310
static size_t sumtrees_all(struct val_neg_cache* neg)
usr.sbin/unbound/testcode/unitneg.c
321
static size_t sumtrees_inuse(struct val_neg_cache* neg)
usr.sbin/unbound/testcode/unitneg.c
336
static void check_lru(struct val_neg_cache* neg)
usr.sbin/unbound/testcode/unitneg.c
380
static int sum_zone_subtree_inuse(struct val_neg_cache* neg,
usr.sbin/unbound/testcode/unitneg.c
428
static void check_zone_invariants(struct val_neg_cache* neg,
usr.sbin/unbound/testcode/unitneg.c
472
static void check_neg_invariants(struct val_neg_cache* neg)
usr.sbin/unbound/testcode/unitneg.c
502
static void stress_test(struct val_neg_cache* neg)
usr.sbin/unbound/testcode/unitneg.c
534
struct val_neg_cache* neg;
usr.sbin/unbound/testcode/unitneg.c
54
static void print_neg_cache(struct val_neg_cache* neg)
usr.sbin/unbound/util/module.h
177
struct val_neg_cache;
usr.sbin/unbound/util/module.h
512
struct val_neg_cache* neg_cache;
usr.sbin/unbound/validator/val_neg.c
103
size_t val_neg_get_mem(struct val_neg_cache* neg)
usr.sbin/unbound/validator/val_neg.c
1109
neg_find_nsec(struct val_neg_cache* neg_cache, uint8_t* qname, size_t qname_len,
usr.sbin/unbound/validator/val_neg.c
133
void neg_cache_delete(struct val_neg_cache* neg)
usr.sbin/unbound/validator/val_neg.c
1379
val_neg_getmsg(struct val_neg_cache* neg, struct query_info* qinfo,
usr.sbin/unbound/validator/val_neg.c
147
static void neg_lru_front(struct val_neg_cache* neg,
usr.sbin/unbound/validator/val_neg.c
1559
val_neg_adjust_size(struct val_neg_cache* neg, size_t max)
usr.sbin/unbound/validator/val_neg.c
163
static void neg_lru_remove(struct val_neg_cache* neg,
usr.sbin/unbound/validator/val_neg.c
179
static void neg_lru_touch(struct val_neg_cache* neg,
usr.sbin/unbound/validator/val_neg.c
197
static void neg_delete_zone(struct val_neg_cache* neg, struct val_neg_zone* z)
usr.sbin/unbound/validator/val_neg.c
226
void neg_delete_data(struct val_neg_cache* neg, struct val_neg_data* el)
usr.sbin/unbound/validator/val_neg.c
272
static void neg_make_space(struct val_neg_cache* neg, size_t need)
usr.sbin/unbound/validator/val_neg.c
280
struct val_neg_zone* neg_find_zone(struct val_neg_cache* neg,
usr.sbin/unbound/validator/val_neg.c
370
static struct val_neg_zone* neg_closest_zone_parent(struct val_neg_cache* neg,
usr.sbin/unbound/validator/val_neg.c
530
struct val_neg_zone* neg_create_zone(struct val_neg_cache* neg,
usr.sbin/unbound/validator/val_neg.c
673
static void wipeout(struct val_neg_cache* neg, struct val_neg_zone* zone,
usr.sbin/unbound/validator/val_neg.c
748
void neg_insert_data(struct val_neg_cache* neg,
usr.sbin/unbound/validator/val_neg.c
86
struct val_neg_cache* val_neg_create(struct config_file* cfg, size_t maxiter)
usr.sbin/unbound/validator/val_neg.c
879
void val_neg_addreply(struct val_neg_cache* neg, struct reply_info* rep)
usr.sbin/unbound/validator/val_neg.c
88
struct val_neg_cache* neg = (struct val_neg_cache*)calloc(1,
usr.sbin/unbound/validator/val_neg.c
969
void val_neg_addreferral(struct val_neg_cache* neg, struct reply_info* rep,
usr.sbin/unbound/validator/val_neg.h
178
struct val_neg_cache* val_neg_create(struct config_file* cfg, size_t maxiter);
usr.sbin/unbound/validator/val_neg.h
185
size_t val_neg_get_mem(struct val_neg_cache* neg);
usr.sbin/unbound/validator/val_neg.h
191
void neg_cache_delete(struct val_neg_cache* neg);
usr.sbin/unbound/validator/val_neg.h
209
void val_neg_addreply(struct val_neg_cache* neg, struct reply_info* rep);
usr.sbin/unbound/validator/val_neg.h
218
void val_neg_addreferral(struct val_neg_cache* neg, struct reply_info* rep,
usr.sbin/unbound/validator/val_neg.h
244
struct dns_msg* val_neg_getmsg(struct val_neg_cache* neg,
usr.sbin/unbound/validator/val_neg.h
258
void neg_insert_data(struct val_neg_cache* neg,
usr.sbin/unbound/validator/val_neg.h
269
void neg_delete_data(struct val_neg_cache* neg, struct val_neg_data* el);
usr.sbin/unbound/validator/val_neg.h
280
struct val_neg_zone* neg_find_zone(struct val_neg_cache* neg,
usr.sbin/unbound/validator/val_neg.h
292
struct val_neg_zone* neg_create_zone(struct val_neg_cache* neg,
usr.sbin/unbound/validator/val_neg.h
307
void val_neg_adjust_size(struct val_neg_cache* neg, size_t max);
usr.sbin/unbound/validator/validator.h
52
struct val_neg_cache;
usr.sbin/unbound/validator/validator.h
86
struct val_neg_cache* neg_cache;