Lines Matching defs:mesh_area
82 struct mesh_area { struct
84 struct module_stack mods;
86 struct module_env* env;
89 rbtree_type run;
91 rbtree_type all;
94 size_t num_reply_addrs;
98 size_t num_reply_states;
102 size_t num_detached_states;
104 size_t num_forever_states;
107 size_t max_reply_states;
109 size_t max_forever_states;
112 size_t stats_jostled;
114 size_t stats_dropped;
116 size_t ans_expired;
118 size_t ans_cachedb;
120 size_t replies_sent;
122 struct timeval replies_sum_wait;
124 struct timehist* histogram;
126 size_t ans_secure;
128 size_t ans_bogus;
130 size_t ans_rcode[UB_STATS_RCODE_NUM];
132 size_t ans_nodata;
134 size_t rpz_action[UB_STATS_RPZ_ACTION_NUM];
138 struct sldns_buffer* qbuf_bak;
142 struct mesh_state* forever_first;
144 struct mesh_state* forever_last;
170 /** node in mesh_area all tree, key is this struct. Must be first. */ argument