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

Function udplite_destroy

freebsd/netinet/udp_usrreq.c:272–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270VNET_SYSUNINIT(udp, SI_SUB_PROTO_DOMAIN, SI_ORDER_FOURTH, udp_destroy, NULL);
271
272static void
273udplite_destroy(void *unused __unused)
274{
275
276 in_pcbinfo_destroy(&V_ulitecbinfo);
277}
278VNET_SYSUNINIT(udplite, SI_SUB_PROTO_DOMAIN, SI_ORDER_FOURTH, udplite_destroy,
279 NULL);
280#endif

Callers

nothing calls this directly

Calls 1

in_pcbinfo_destroyFunction · 0.85

Tested by

no test coverage detected