Searched refs:mesh_info (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_mesh.c | 61 static const struct mesh_info { struct 66 } mesh_info[] = { argument 714 const struct mesh_info *t; in classify_mesh_type() 721 for (i = 1; (t = &mesh_info[i])->dimension != -1; i++) { in classify_mesh_type() 1683 const struct mesh_info *t = &mesh_info[s->node->type]; in osm_do_mesh_analysis()
|
/freebsd/contrib/unbound/services/ |
H A D | mesh.c | 868 mesh_run(mesh, e->qstate->mesh_info, event, e); in mesh_report_reply() 928 mstate->s.mesh_info = mstate; in mesh_state_create() 1015 mstate = qstate->mesh_info; in mesh_state_delete() 1063 struct mesh_state* cyc_m = qstate->mesh_info; in mesh_detect_cycle_found() 1083 lookup.s = qstate->mesh_info; in mesh_detach_subs() 1084 RBTREE_FOR(ref, struct mesh_state_ref*, &qstate->mesh_info->sub_set) { in mesh_detach_subs() 1099 rbtree_init(&qstate->mesh_info->sub_set, &mesh_state_ref_compare); in mesh_detach_subs() 1157 if(!mesh_state_attachment(qstate->mesh_info, sub)) in mesh_attach_sub()
|
H A D | rpz.c | 1650 } else if(ms && ms->mesh_info && ms->mesh_info->reply_list) { in log_rpz_apply() 1651 addr_to_str(&ms->mesh_info->reply_list->query_reply.client_addr, in log_rpz_apply() 1652 ms->mesh_info->reply_list->query_reply.client_addrlen, in log_rpz_apply() 1654 …port = ntohs(((struct sockaddr_in*)&ms->mesh_info->reply_list->query_reply.client_addr)->sin_port); in log_rpz_apply()
|
H A D | outside_network.c | 3470 qstate->mesh_info->reply_list 3471 ?&qstate->mesh_info->reply_list->query_reply
|
/freebsd/contrib/unbound/edns-subnet/ |
H A D | subnetmod.c | 839 else if(qstate->mesh_info->reply_list) { in subnetmod_operate() 841 &qstate->mesh_info->reply_list->query_reply.client_addr, in subnetmod_operate() 872 if(qstate->mesh_info->reply_list && in subnetmod_operate()
|
/freebsd/contrib/unbound/util/ |
H A D | module.h | 661 struct mesh_state* mesh_info; member
|
/freebsd/contrib/unbound/cachedb/ |
H A D | cachedb.c | 772 mesh_respond_serve_expired(qstate->mesh_info); in cachedb_intcache_store() 861 mesh_respond_serve_expired(qstate->mesh_info); in cachedb_handle_query()
|
/freebsd/contrib/unbound/contrib/ |
H A D | fastrpz.patch | 2451 + commreply = &qstate->mesh_info->reply_list->query_reply; 2566 + commreply = &qstate->mesh_info->reply_list->query_reply; 2642 + reply_list = qstate->mesh_info->reply_list; 2969 + qstate->mesh_info->reply_list && 2970 + qstate->mesh_info->reply_list->query_reply.rpz && 2989 + qstate->mesh_info->reply_list && 2990 + qstate->mesh_info->reply_list->query_reply.rpz) {
|
/freebsd/contrib/unbound/validator/ |
H A D | validator.c | 802 mesh_run(qstate->env->mesh, qstate->mesh_info, module_event_pass, in validate_suspend_timer_cb()
|