Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_efd.c154 rte_efd_free(handle); in test_add_delete()
205 rte_efd_free(handle); in test_add_update_delete()
238 rte_efd_free(handle); in test_efd_find_existing()
323 rte_efd_free(handle); in test_five_keys()
376 rte_efd_free(handle); in test_average_table_utilization()
404 rte_efd_free(handle); in test_efd_creation_with_bad_parameters()
413 rte_efd_free(handle); in test_efd_creation_with_bad_parameters()
423 rte_efd_free(handle); in test_efd_creation_with_bad_parameters()
441 rte_efd_free(handle); in test_efd_creation_with_bad_parameters()
442 rte_efd_free(tmp); in test_efd_creation_with_bad_parameters()
[all …]
H A Dtest_efd_perf.c316 rte_efd_free(params->efd_table); in perform_frees()
/dpdk/lib/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.c698 rte_efd_free(table); in rte_efd_create()
712 rte_efd_free(table); in rte_efd_create()
744 rte_efd_free(struct rte_efd_table *table) in rte_efd_free() function