Searched refs:acl_list (Results 1 – 7 of 7) 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_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() 1166 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_set_macaddr_acl() 1178 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_acl_add_sta() 1233 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_acl_remove_sta() 2073 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in start_ap_mode() 2124 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in stop_ap_mode()
|
H A D | rtw_sta_mgt.c | 530 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 | 597 struct list_head acl_list; member
|