Searched refs:acl_ctx (Results 1 – 2 of 2) sorted by relevance
282 struct rte_acl_ctx *acl_ctx = NULL; in acl_table_create() local314 acl_ctx = rte_acl_create(&acl_params); in acl_table_create()315 if (!acl_ctx) { in acl_table_create()326 status = rte_acl_build(acl_ctx, &acl_cfg); in acl_table_create()329 if (status && acl_ctx) in acl_table_create()330 rte_acl_free(acl_ctx); in acl_table_create()336 return status ? NULL : acl_ctx; in acl_table_create()362 struct rte_acl_ctx *acl_ctx; member376 if (t->acl_ctx) in table_free()377 rte_acl_free(t->acl_ctx); in table_free()[all …]
159 rte_table_acl_build(struct rte_table_acl *acl, struct rte_acl_ctx **acl_ctx) in rte_table_acl_build() argument193 *acl_ctx = NULL; in rte_table_acl_build()207 *acl_ctx = ctx; in rte_table_acl_build()