Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_lpm.c131 rte_lpm_free(lpm); in test1()
157 rte_lpm_free(lpm); in test2()
158 rte_lpm_free(NULL); in test2()
194 rte_lpm_free(lpm); in test3()
232 rte_lpm_free(lpm); in test4()
266 rte_lpm_free(lpm); in test5()
304 rte_lpm_free(lpm); in test6()
350 rte_lpm_free(lpm); in test7()
439 rte_lpm_free(lpm); in test8()
601 rte_lpm_free(lpm); in test9()
[all …]
H A Dtest_lpm_perf.c577 rte_lpm_free(lpm); in test_lpm_rcu_perf_multi_writer()
590 rte_lpm_free(lpm); in test_lpm_rcu_perf_multi_writer()
755 rte_lpm_free(lpm); in test_lpm_perf()
H A Dtest_func_reentrancy.c345 rte_lpm_free(lpm); in lpm_clean()
382 rte_lpm_free(lpm); in lpm_create_free()
/f-stack/dpdk/lib/librte_lpm/
H A Dversion.map19 rte_lpm_free;
H A Drte_lpm.h190 rte_lpm_free(struct rte_lpm *lpm);
H A Drte_lpm.c259 rte_lpm_free(struct rte_lpm *lpm) in rte_lpm_free() function
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_lpm.h191 rte_lpm_free(struct rte_lpm *lpm);
H A Ddpdk_lpm.c238 rte_lpm_free(dd->lpm); in destroy_table()
H A Drte_lpm.c247 rte_lpm_free(struct rte_lpm *lpm) in rte_lpm_free() function
/f-stack/dpdk/lib/librte_table/
H A Drte_table_lpm.c137 rte_lpm_free(lpm->lpm); in rte_table_lpm_free()