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

Function udp_discardcb

freebsd/netinet/udp_usrreq.c:255–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255void
256udp_discardcb(struct udpcb *up)
257{
258
259 uma_zfree(V_udpcb_zone, up);
260}
261
262#ifdef VIMAGE
263static void

Callers 2

udp_detachFunction · 0.85
udp6_detachFunction · 0.85

Calls 1

uma_zfreeFunction · 0.50

Tested by

no test coverage detected