Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_func_reentrancy.c350 lpm = rte_lpm_find_existing("fr_test_once"); in lpm_clean()
357 if ((lpm = rte_lpm_find_existing(lpm_name)) != NULL) in lpm_clean()
392 if (lpm != rte_lpm_find_existing(lpm_name)) in lpm_create_free()
398 if (NULL != rte_lpm_find_existing(lpm_name)) in lpm_create_free()
H A Dtest_mp_secondary.c197 (rte_lpm_find_existing("test_lpm") == NULL)){ in run_object_creation_tests()
H A Dtest_lpm.c1091 result = rte_lpm_find_existing("lpm_find_existing"); in test15()
1095 result = rte_lpm_find_existing("lpm_find_non_existing"); in test15()
/dpdk/lib/lpm/
H A Dversion.map18 rte_lpm_find_existing;
H A Drte_lpm.h175 rte_lpm_find_existing(const char *name);
H A Drte_lpm.c118 rte_lpm_find_existing(const char *name) in rte_lpm_find_existing() function