| 299 | } |
| 300 | |
| 301 | static void |
| 302 | ff_mbuf_ext_free(struct mbuf *m) |
| 303 | { |
| 304 | ff_dpdk_pktmbuf_free(ff_rte_frm_extcl(m)); |
| 305 | } |
| 306 | |
| 307 | int ff_zc_mbuf_get(struct ff_zc_mbuf *m, int len) { |
| 308 | struct mbuf *mb; |
nothing calls this directly
no test coverage detected