Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_lpm/
H A Dversion.map18 rte_lpm_find_existing;
H A Drte_lpm.h179 rte_lpm_find_existing(const char *name);
H A Drte_lpm.c125 rte_lpm_find_existing(const char *name) in rte_lpm_find_existing() function
/f-stack/dpdk/app/test/
H A Dtest_func_reentrancy.c344 if ((lpm = rte_lpm_find_existing(lpm_name)) != NULL) in lpm_clean()
379 if (lpm != rte_lpm_find_existing(lpm_name)) in lpm_create_free()
385 if (NULL != rte_lpm_find_existing(lpm_name)) in lpm_create_free()
H A Dtest_mp_secondary.c188 (rte_lpm_find_existing("test_lpm") == NULL)){ in run_object_creation_tests()
H A Dtest_lpm.c1071 result = rte_lpm_find_existing("lpm_find_existing"); in test15()
1075 result = rte_lpm_find_existing("lpm_find_non_existing"); in test15()
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_lpm.h180 rte_lpm_find_existing(const char *name);
H A Drte_lpm.c111 rte_lpm_find_existing(const char *name)