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

Function udp_destroy

freebsd/netinet/udp_usrreq.c:263–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261
262#ifdef VIMAGE
263static void
264udp_destroy(void *unused __unused)
265{
266
267 in_pcbinfo_destroy(&V_udbinfo);
268 uma_zdestroy(V_udpcb_zone);
269}
270VNET_SYSUNINIT(udp, SI_SUB_PROTO_DOMAIN, SI_ORDER_FOURTH, udp_destroy, NULL);
271
272static void

Callers

nothing calls this directly

Calls 2

in_pcbinfo_destroyFunction · 0.85
uma_zdestroyFunction · 0.85

Tested by

no test coverage detected