Searched refs:acl_list (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/target/ |
| H A D | target_core_tpg.c | 46 list_for_each_entry(acl, &tpg->acl_node_list, acl_list) { in __core_tpg_get_initiator_node_acl() 181 INIT_LIST_HEAD(&acl->acl_list); in target_alloc_node_acl() 210 list_add_tail(&acl->acl_list, &tpg->acl_node_list); in target_add_node_acl() 230 list_for_each_entry(acl, &tpg->acl_node_list, acl_list) { in target_tpg_has_node_acl() 352 list_del_init(&acl->acl_list); in core_tpg_del_initiator_node_acl() 588 list_for_each_entry_safe(nacl, nacl_tmp, &node_list, acl_list) { in core_tpg_deregister() 589 list_del_init(&nacl->acl_list); in core_tpg_deregister()
|
| H A D | target_core_device.c | 483 list_for_each_entry(nacl, &tpg->acl_node_list, acl_list) { in core_clear_lun_from_tpg() 551 list_for_each_entry(acl, &tpg->acl_node_list, acl_list) { in core_dev_add_lun()
|
| H A D | target_core_xcopy.c | 478 INIT_LIST_HEAD(&xcopy_pt_nacl.acl_list); in target_xcopy_setup_pt()
|
| H A D | target_core_transport.c | 552 list_del_init(&nacl->acl_list); in target_complete_nacl() 624 list_del_init(&se_nacl->acl_list); in transport_free_session()
|
| /linux/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_ap.c | 15 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in init_mlme_ap_info() 1135 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_set_macaddr_acl() 1147 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_acl_add_sta() 1202 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_acl_remove_sta() 2025 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in start_ap_mode() 2076 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in stop_ap_mode()
|
| H A D | rtw_sta_mgt.c | 526 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_access_ctrl()
|
| /linux/drivers/staging/rtl8723bs/include/ |
| H A D | sta_info.h | 293 struct wlan_acl_pool acl_list; member
|
| /linux/include/target/ |
| H A D | target_core_base.h | 598 struct list_head acl_list; member
|