Home
last modified time | relevance | path

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

/dpdk/lib/acl/
H A Dacl_bld.c99 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()