Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
255
void
256
udp_discardcb(struct udpcb *up)
257
{
258
259
uma_zfree(V_udpcb_zone, up);
260
}
261
262
#ifdef VIMAGE
263
static void
Callers
2
udp_detach
Function · 0.85
udp6_detach
Function · 0.85
Calls
1
uma_zfree
Function · 0.50
Tested by
no test coverage detected