MCPcopy 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
161static void
162div_destroy(void *unused __unused)
163{
164
165 in_pcbinfo_destroy(&V_divcbinfo);
166}
167VNET_SYSUNINIT(divert, SI_SUB_PROTO_DOMAININIT, SI_ORDER_ANY,
168 div_destroy, NULL);
169

Callers 1

div_modeventFunction · 0.85

Calls 1

in_pcbinfo_destroyFunction · 0.85

Tested by

no test coverage detected