Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ tcp_path_destroy
Function
tcp_path_destroy
modules/tcp_mgm/tcp_path.c:279–284 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
277
278
279
void tcp_path_destroy(void)
280
{
281
lock_destroy_rw(tcp_paths_lk);
282
shm_free(tcp_paths);
283
shm_free(tcp_paths_sz);
284
}
Callers
1
mod_destroy
Function · 0.85
Calls
2
lock_destroy_rw
Function · 0.85
shm_free
Function · 0.85
Tested by
no test coverage detected