MCPcopy 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
295void
296ff_mbuf_free(void *m)
297{
298 m_freem((struct mbuf *)m);
299}
300
301static void
302ff_mbuf_ext_free(struct mbuf *m)

Callers 6

ff_veth_inputFunction · 0.85
send_burstFunction · 0.85
ff_dpdk_if_sendFunction · 0.85
ff_txring_enqueueFunction · 0.85
ff_txring_popFunction · 0.85
ff_if_send_onepktFunction · 0.85

Calls 1

m_freemFunction · 0.50

Tested by

no test coverage detected