Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/F-Stack/f-stack
/ ff_mbuf_free
Function
ff_mbuf_free
lib/ff_veth.c:295–299 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
293
}
294
295
void
296
ff_mbuf_free(void *m)
297
{
298
m_freem((struct mbuf *)m);
299
}
300
301
static void
302
ff_mbuf_ext_free(struct mbuf *m)
Callers
6
ff_veth_input
Function · 0.85
send_burst
Function · 0.85
ff_dpdk_if_send
Function · 0.85
ff_txring_enqueue
Function · 0.85
ff_txring_pop
Function · 0.85
ff_if_send_onepkt
Function · 0.85
Calls
1
m_freem
Function · 0.50
Tested by
no test coverage detected