MCPcopy Index your code
hub / github.com/F-Stack/f-stack / ff_mbuf_ext_free

Function ff_mbuf_ext_free

lib/ff_veth.c:301–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301static void
302ff_mbuf_ext_free(struct mbuf *m)
303{
304 ff_dpdk_pktmbuf_free(ff_rte_frm_extcl(m));
305}
306
307int ff_zc_mbuf_get(struct ff_zc_mbuf *m, int len) {
308 struct mbuf *mb;

Callers

nothing calls this directly

Calls 2

ff_dpdk_pktmbuf_freeFunction · 0.85
ff_rte_frm_extclFunction · 0.85

Tested by

no test coverage detected