Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/dpaa2/
H A 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()
H A Ddpaa2-switch.h129 struct list_head acl_entries; member