Searched refs:acl_list (Results 1 – 1 of 1) sorted by relevance
| /dpdk/lib/acl/ |
| H A D | rte_acl.c | 313 struct rte_acl_list *acl_list; in rte_acl_find_existing() local 316 acl_list = RTE_TAILQ_CAST(rte_acl_tailq.head, rte_acl_list); in rte_acl_find_existing() 319 TAILQ_FOREACH(te, acl_list, next) { in rte_acl_find_existing() 336 struct rte_acl_list *acl_list; in rte_acl_free() local 347 TAILQ_FOREACH(te, acl_list, next) { in rte_acl_free() 356 TAILQ_REMOVE(acl_list, te, next); in rte_acl_free() 370 struct rte_acl_list *acl_list; in rte_acl_create() local 391 TAILQ_FOREACH(te, acl_list, next) { in rte_acl_create() 426 TAILQ_INSERT_TAIL(acl_list, te, next); in rte_acl_create() 535 struct rte_acl_list *acl_list; in rte_acl_list_dump() local [all …]
|