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

Function unp_dispose_mbuf

freebsd/kern/uipc_usrreq.c:2779–2785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2777}
2778
2779static void
2780unp_dispose_mbuf(struct mbuf *m)
2781{
2782
2783 if (m)
2784 unp_scan(m, unp_freerights);
2785}
2786
2787/*
2788 * Synchronize against unp_gc, which can trip over data as we are freeing it.

Callers 2

uipc_sendFunction · 0.85
unp_disposeFunction · 0.85

Calls 1

unp_scanFunction · 0.85

Tested by

no test coverage detected