Home
last modified time | relevance | path

Searched refs:acl_list (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/drivers/target/
Dtarget_core_tpg.c61 list_for_each_entry(acl, &tpg->acl_node_list, acl_list) { in __core_tpg_get_initiator_node_acl()
188 INIT_LIST_HEAD(&acl->acl_list); in target_alloc_node_acl()
221 list_add_tail(&acl->acl_list, &tpg->acl_node_list); in target_add_node_acl()
320 list_del(&acl->acl_list); in core_tpg_del_initiator_node_acl()
596 list_for_each_entry_safe(nacl, nacl_tmp, &node_list, acl_list) { in core_tpg_deregister()
597 list_del(&nacl->acl_list); in core_tpg_deregister()
Dtarget_core_device.c465 list_for_each_entry(nacl, &tpg->acl_node_list, acl_list) { in core_clear_lun_from_tpg()
578 list_for_each_entry(acl, &tpg->acl_node_list, acl_list) { in core_dev_add_lun()
Dtarget_core_xcopy.c448 INIT_LIST_HEAD(&xcopy_pt_nacl.acl_list); in target_xcopy_setup_pt()
Dtarget_core_transport.c504 list_del(&se_nacl->acl_list); in transport_deregister_session()
/linux-4.4.14/drivers/staging/rtl8712/
Ddrv_types.h154 struct wlan_acl_pool acl_list; member
Drtl871x_mlme.c931 if (!r8712_access_ctrl(&adapter->acl_list, pstassoc->macaddr)) in r8712_stassoc_event_callback()
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_ap.c30 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in init_mlme_ap_info23a()
1053 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_set_macaddr_acl23a()
1067 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_acl_add_sta23a()
1127 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_acl_remove_sta23a()
1806 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in start_ap_mode23a()
1850 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in stop_ap_mode23a()
Drtw_sta_mgt.c425 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_access_ctrl23a()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_ap.c36 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()
1149 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_acl_add_sta()
1212 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_acl_remove_sta()
1890 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in start_ap_mode()
1940 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in stop_ap_mode()
Drtw_sta_mgt.c511 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_access_ctrl()
/linux-4.4.14/drivers/staging/rtl8723au/include/
Dsta_info.h342 struct wlan_acl_pool acl_list; member
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dsta_info.h332 struct wlan_acl_pool acl_list; member
/linux-4.4.14/drivers/target/tcm_fc/
Dtfc_conf.c209 list_for_each_entry(se_acl, &se_tpg->acl_node_list, acl_list) { in ft_acl_get()
/linux-4.4.14/include/target/
Dtarget_core_base.h563 struct list_head acl_list; member