MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rip_destroy

Function rip_destroy

freebsd/netinet/raw_ip.c:223–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221
222#ifdef VIMAGE
223static void
224rip_destroy(void *unused __unused)
225{
226
227 in_pcbinfo_destroy(&V_ripcbinfo);
228}
229VNET_SYSUNINIT(raw_ip, SI_SUB_PROTO_DOMAIN, SI_ORDER_FOURTH, rip_destroy, NULL);
230#endif
231

Callers

nothing calls this directly

Calls 1

in_pcbinfo_destroyFunction · 0.85

Tested by

no test coverage detected