Searched refs:acl_entries (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-switch-flower.c | 209 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()
|
D | dpaa2-switch.h | 129 struct list_head acl_entries; member
|
D | dpaa2-switch.c | 3215 INIT_LIST_HEAD(&filter_block->acl_entries); in dpaa2_switch_port_init()
|