Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_acl.c1144 const char *acx_name = "acx"; in test_create_find_add() local
1152 param.name = acx_name; in test_create_find_add()
1155 printf("Line %i: Error creating %s!\n", __LINE__, acx_name); in test_create_find_add()
1168 param.name = acx_name; in test_create_find_add()
1191 tmp = rte_acl_find_existing(acx_name); in test_create_find_add()
1193 printf("Line %i: Finding %s failed!\n", __LINE__, acx_name); in test_create_find_add()