Searched refs:rte_lpm_find_existing (Results 1 – 6 of 6) sorted by relevance
350 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()
197 (rte_lpm_find_existing("test_lpm") == NULL)){ in run_object_creation_tests()
1091 result = rte_lpm_find_existing("lpm_find_existing"); in test15()1095 result = rte_lpm_find_existing("lpm_find_non_existing"); in test15()
18 rte_lpm_find_existing;
175 rte_lpm_find_existing(const char *name);
118 rte_lpm_find_existing(const char *name) in rte_lpm_find_existing() function