Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-switch-flower.c209 if (list_empty(&block->acl_entries)) { in dpaa2_switch_acl_entry_add_to_list()
210 list_add(&entry->list, &block->acl_entries); in dpaa2_switch_acl_entry_add_to_list()
214 list_for_each_safe(pos, n, &block->acl_entries) { in dpaa2_switch_acl_entry_add_to_list()
231 list_for_each_entry(tmp, &block->acl_entries, list) { in dpaa2_switch_acl_entry_get_by_index()
294 list_for_each_entry_safe(tmp, n, &block->acl_entries, list) { in dpaa2_switch_acl_tbl_find_entry_by_cookie()
308 list_for_each_entry_safe(tmp, n, &block->acl_entries, list) { in dpaa2_switch_acl_entry_get_index()
Ddpaa2-switch.h129 struct list_head acl_entries; member
Ddpaa2-switch.c3215 INIT_LIST_HEAD(&filter_block->acl_entries); in dpaa2_switch_port_init()