Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ do_lb_next
Function
do_lb_next
modules/load_balancer/lb_data.c:930–933 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
928
929
930
int do_lb_next(struct sip_msg *req, struct lb_data *data, str *attrs)
931
{
932
return lb_route(req, -1, NULL, 0, data, 1/*reuse previous data*/, attrs);
933
}
934
935
936
int do_lb_reset(struct sip_msg *req, struct lb_data *data)
Callers
1
w_lb_next
Function · 0.85
Calls
1
lb_route
Function · 0.85
Tested by
no test coverage detected