Searched refs:acl_list (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/lib/librte_acl/ |
| H A D | rte_acl.c | 314 struct rte_acl_list *acl_list; in rte_acl_find_existing() local 317 acl_list = RTE_TAILQ_CAST(rte_acl_tailq.head, rte_acl_list); in rte_acl_find_existing() 320 TAILQ_FOREACH(te, acl_list, next) { in rte_acl_find_existing() 337 struct rte_acl_list *acl_list; in rte_acl_free() local 348 TAILQ_FOREACH(te, acl_list, next) { in rte_acl_free() 357 TAILQ_REMOVE(acl_list, te, next); in rte_acl_free() 371 struct rte_acl_list *acl_list; in rte_acl_create() local 392 TAILQ_FOREACH(te, acl_list, next) { in rte_acl_create() 427 TAILQ_INSERT_TAIL(acl_list, te, next); in rte_acl_create() 536 struct rte_acl_list *acl_list; in rte_acl_list_dump() local [all …]
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_acl.c | 76 TAILQ_ENTRY(acl) acl_list; 151 TAILQ_REMOVE(&as->as_list, acl, acl_list); in _acl_free() 203 TAILQ_INSERT_TAIL(&as->as_list, new, acl_list); in acl_add() 315 TAILQ_FOREACH(acl, &as->as_list, acl_list) { in acl_getioctl()
|