Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ div_destroy
Function
div_destroy
freebsd/netinet/ip_divert.c:161–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
159
}
160
161
static void
162
div_destroy(void *unused __unused)
163
{
164
165
in_pcbinfo_destroy(&V_divcbinfo);
166
}
167
VNET_SYSUNINIT(divert, SI_SUB_PROTO_DOMAININIT, SI_ORDER_ANY,
168
div_destroy, NULL);
169
Callers
1
div_modevent
Function · 0.85
Calls
1
in_pcbinfo_destroy
Function · 0.85
Tested by
no test coverage detected