MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / run_dr_cbs

Function run_dr_cbs

modules/drouting/dr_cb.c:169–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169int run_dr_cbs(enum drcb_types type, void *param)
170{
171 struct dr_callback *it = dr_cbs[type];
172
173 if (!it)
174 return -1;
175
176 for (; it; it = it->next)
177 it->callback(param);
178
179 return 0;
180}

Callers 6

dr_reload_data_headFunction · 0.85
dr_reload_dataFunction · 0.85
dr_reload_cmd_1Function · 0.85
use_next_gwFunction · 0.85
push_gw_for_usageFunction · 0.85
build_rt_infoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected