Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_efd.c145 rte_efd_free(handle); in test_add_delete()
196 rte_efd_free(handle); in test_add_update_delete()
229 rte_efd_free(handle); in test_efd_find_existing()
314 rte_efd_free(handle); in test_five_keys()
367 rte_efd_free(handle); in test_average_table_utilization()
395 rte_efd_free(handle); in test_efd_creation_with_bad_parameters()
404 rte_efd_free(handle); in test_efd_creation_with_bad_parameters()
414 rte_efd_free(handle); in test_efd_creation_with_bad_parameters()
432 rte_efd_free(handle); in test_efd_creation_with_bad_parameters()
433 rte_efd_free(tmp); in test_efd_creation_with_bad_parameters()
[all …]
H A Dtest_efd_perf.c306 rte_efd_free(params->efd_table); in perform_frees()
/f-stack/dpdk/lib/librte_efd/
H A Dversion.map7 rte_efd_free;
H A Drte_efd.h151 rte_efd_free(struct rte_efd_table *table);
H A Drte_efd.c701 rte_efd_free(table); in rte_efd_create()
715 rte_efd_free(table); in rte_efd_create()
747 rte_efd_free(struct rte_efd_table *table) in rte_efd_free() function