Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_acl.c1129 struct rte_acl_ctx *acx, *acx2, *tmp; in test_create_find_add() local
1150 acx2 = rte_acl_create(&param); in test_create_find_add()
1151 if (acx2 == NULL || acx2 == acx) { in test_create_find_add()
1171 if (tmp != acx2) { in test_create_find_add()
1190 if (tmp != acx2) { in test_create_find_add()
1252 rte_acl_free(acx2); in test_create_find_add()
1257 rte_acl_free(acx2); in test_create_find_add()