Home
last modified time | relevance | path

Searched refs:mesh_state (Results 1 – 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/unbound/services/
HDmesh.h57 struct mesh_state;
140 struct mesh_state* forever_first;
142 struct mesh_state* forever_last;
146 struct mesh_state* jostle_first;
148 struct mesh_state* jostle_last;
167 struct mesh_state { struct
189 struct mesh_state* prev; argument
191 struct mesh_state* next; argument
196 struct mesh_state* unique; argument
210 struct mesh_state* s;
[all …]
HDmesh.c198 struct mesh_state* a = (struct mesh_state*)ap; in mesh_state_compare()
199 struct mesh_state* b = (struct mesh_state*)bp; in mesh_state_compare()
281 struct mesh_state* mstate = (struct mesh_state*)n->key; in mesh_delete_helper()
325 struct mesh_state* m = mesh->jostle_first; in mesh_make_new_space()
419 mesh_serve_expired_init(struct mesh_state* mstate, int timeout) in mesh_serve_expired_init()
457 struct mesh_state* s = NULL; in mesh_new_client()
605 struct mesh_state* s = NULL; in mesh_new_callback()
685 struct mesh_state* s = mesh_area_find(mesh, NULL, qinfo, in mesh_schedule_prefetch()
772 struct mesh_state*
778 struct mesh_state* mstate; in mesh_state_create()
[all …]
HDlisten_dnsport.h309 struct mesh_state* mesh_state; member
354 struct mesh_state* m);
380 struct mesh_area* mesh, struct mesh_state* m);
HDlisten_dnsport.c1754 mesh_state_remove_reply(open->mesh, open->mesh_state, req->cp); in tcp_req_info_clear()
1779 tcp_req_info_remove_mesh_state(struct tcp_req_info* req, struct mesh_state* m) in tcp_req_info_remove_mesh_state()
1785 if(open->mesh_state == m) { in tcp_req_info_remove_mesh_state()
1978 struct mesh_area* mesh, struct mesh_state* m) in tcp_req_info_add_meshstate()
1986 item->mesh_state = m; in tcp_req_info_add_meshstate()
/freebsd-11-stable/contrib/unbound/util/
HDnetevent.h74 struct mesh_state;
887 struct mesh_state* mesh_state; member
920 struct mesh_area* mesh, struct mesh_state* m);
HDmodule.h175 struct mesh_state;
436 struct mesh_state** sub);
633 struct mesh_state* mesh_info;
HDfptr_wlist.h245 struct module_qstate** newq, struct mesh_state** sub));
HDfptr_wlist.c371 struct mesh_state** sub)) in fptr_whitelist_modenv_add_sub()
HDnetevent.c2535 if(h2_stream->mesh_state) {
2536 mesh_state_remove_reply(h2_stream->mesh, h2_stream->mesh_state,
2538 h2_stream->mesh_state = NULL;
2546 struct mesh_area* mesh, struct mesh_state* m)
2549 h2_stream->mesh_state = m;
/freebsd-11-stable/testcode/
HDfake_event.c1842 struct mesh_area* ATTR_UNUSED(mesh), struct mesh_state* ATTR_UNUSED(m)) in tcp_req_info_add_meshstate()
1850 struct mesh_state* ATTR_UNUSED(m)) in tcp_req_info_remove_mesh_state()
1874 struct mesh_area* ATTR_UNUSED(mesh), struct mesh_state* ATTR_UNUSED(m)) in http2_stream_add_meshstate()
/freebsd-11-stable/contrib/unbound/daemon/
HDremote.c2318 get_mesh_age(struct mesh_state* m, char* buf, size_t len, in get_mesh_age()
2337 get_mesh_status(struct mesh_area* mesh, struct mesh_state* m, in get_mesh_status()
2394 struct mesh_state* m; in do_dump_requestlist()
2406 RBTREE_FOR(m, struct mesh_state*, &mesh->all) { in do_dump_requestlist()
/freebsd-11-stable/contrib/unbound/contrib/
HDfastrpz.patch3141 @@ -1207,6 +1210,13 @@ mesh_send_reply(struct mesh_state* m, int rcode, struct reply_info* rep,
3155 @@ -1434,6 +1444,7 @@ struct mesh_state* mesh_area_find(struct mesh_area* mesh,
3163 @@ -1480,6 +1491,10 @@ int mesh_state_add_reply(struct mesh_state* s, struct edns_data* edns,
/freebsd-11-stable/contrib/unbound/validator/
HDvalidator.c404 struct mesh_state* sub = NULL; in generate_request()
/freebsd-11-stable/contrib/unbound/iterator/
HDiterator.c712 struct mesh_state* sub = NULL; in generate_sub_request()