Searched refs:acl_build_alloc (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/lib/librte_acl/ |
| H A D | acl_bld.c | 99 acl_build_alloc(struct acl_build_context *context, size_t n, size_t s) in acl_build_alloc() function 163 node = acl_build_alloc(context, sizeof(struct rte_acl_node), 1); in acl_alloc_node() 272 ptrs = acl_build_alloc(context, num_ptrs, sizeof(*ptrs)); in acl_add_ptr() 397 next->ptrs = acl_build_alloc(context, in acl_dup_node() 420 next->mrt = acl_build_alloc(context, 1, sizeof(*next->mrt)); in acl_dup_node() 1035 end->mrt = acl_build_alloc(context, 1, in build_trie() 1389 config = acl_build_alloc(context, 1, sizeof(*config)); in acl_build_tries()
|