Home
last modified time | relevance | path

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

/dpdk/lib/table/
H A Drte_swx_table_wm.c282 struct rte_acl_ctx *acl_ctx = NULL; in acl_table_create() local
314 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; member
376 if (t->acl_ctx) in table_free()
377 rte_acl_free(t->acl_ctx); in table_free()
[all …]
H A Drte_table_acl.c159 rte_table_acl_build(struct rte_table_acl *acl, struct rte_acl_ctx **acl_ctx) in rte_table_acl_build() argument
193 *acl_ctx = NULL; in rte_table_acl_build()
207 *acl_ctx = ctx; in rte_table_acl_build()