Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_lpm6.c186 rte_lpm6_free(lpm1); in test1()
187 rte_lpm6_free(lpm2); in test1()
212 rte_lpm6_free(lpm); in test2()
238 rte_lpm6_free(lpm); in test3()
239 rte_lpm6_free(NULL); in test3()
276 rte_lpm6_free(lpm); in test4()
314 rte_lpm6_free(lpm); in test5()
352 rte_lpm6_free(lpm); in test6()
390 rte_lpm6_free(lpm); in test7()
428 rte_lpm6_free(lpm); in test8()
[all …]
H A Dtest_lpm6_perf.c158 rte_lpm6_free(lpm); in test_lpm6_perf()
/f-stack/dpdk/lib/librte_lpm/
H A Dversion.map10 rte_lpm6_free;
H A Drte_lpm6.h80 rte_lpm6_free(struct rte_lpm6 *lpm);
H A Drte_lpm6.c413 rte_lpm6_free(struct rte_lpm6 *lpm) in rte_lpm6_free() function
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Ddpdk_lpm6.h52 rte_lpm6_free(struct rte_lpm6 *lpm);
H A Drte_lpm6.h87 rte_lpm6_free(struct rte_lpm6 *lpm);
H A Ddpdk_lpm6.c284 rte_lpm6_free(dd->lpm6); in destroy_dd()
H A Drte_lpm6.c415 rte_lpm6_free(struct rte_lpm6 *lpm) in rte_lpm6_free() function
/f-stack/dpdk/lib/librte_table/
H A Drte_table_lpm_ipv6.c135 rte_lpm6_free(lpm->lpm); in rte_table_lpm_ipv6_free()