Searched refs:acl_list (Results 1 – 9 of 9) sorted by relevance
/drivers/target/ |
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()
|
D | target_core_device.c | 463 list_for_each_entry(nacl, &tpg->acl_node_list, acl_list) { in core_clear_lun_from_tpg() 531 list_for_each_entry(acl, &tpg->acl_node_list, acl_list) { in core_dev_add_lun()
|
D | target_core_xcopy.c | 477 INIT_LIST_HEAD(&xcopy_pt_nacl.acl_list); in target_xcopy_setup_pt()
|
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()
|
/drivers/staging/rtl8712/ |
D | drv_types.h | 140 struct wlan_acl_pool acl_list; member
|
D | rtl871x_mlme.c | 853 if (!r8712_access_ctrl(&adapter->acl_list, pstassoc->macaddr)) in r8712_stassoc_event_callback()
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_ap.c | 16 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in init_mlme_ap_info() 1172 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_set_macaddr_acl() 1184 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_acl_add_sta() 1239 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_acl_remove_sta() 2079 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in start_ap_mode() 2130 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in stop_ap_mode()
|
D | rtw_sta_mgt.c | 532 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_access_ctrl()
|
/drivers/staging/rtl8723bs/include/ |
D | sta_info.h | 337 struct wlan_acl_pool acl_list; member
|