Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_gro/
H A Drte_gro.c125 gro_tbl_destroy_fn destroy_tbl_fn; in rte_gro_ctx_destroy() local
134 destroy_tbl_fn = tbl_destroy_fn[i]; in rte_gro_ctx_destroy()
135 if (destroy_tbl_fn) in rte_gro_ctx_destroy()
136 destroy_tbl_fn(gro_ctx->tbls[i]); in rte_gro_ctx_destroy()