Home
last modified time | relevance | path

Searched refs:pkt_to_free (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/app/test-pipeline/
H A Druntime.c146 struct rte_mbuf *pkt_to_free; in app_main_loop_tx() local
148 pkt_to_free = app.mbuf_tx[i].array[k]; in app_main_loop_tx()
149 rte_pktmbuf_free(pkt_to_free); in app_main_loop_tx()