Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_thash.c498 struct rte_thash_ctx *ctx, *ret_ctx; in test_find_existing() local
503 ret_ctx = rte_thash_find_existing("test"); in test_find_existing()
504 RTE_TEST_ASSERT(ret_ctx != NULL, "can not find existing ctx\n"); in test_find_existing()