Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dqemu-bridge-helper.c74 static int parse_acl_file(const char *filename, ACLList *acl_list) in parse_acl_file() argument
134 QSIMPLEQ_INSERT_TAIL(acl_list, acl_rule, entry); in parse_acl_file()
143 QSIMPLEQ_INSERT_TAIL(acl_list, acl_rule, entry); in parse_acl_file()
146 parse_acl_file(arg, acl_list); in parse_acl_file()
246 ACLList acl_list; in main() local
288 QSIMPLEQ_INIT(&acl_list); in main()
290 if (parse_acl_file(acl_file, &acl_list) == -1) { in main()
303 QSIMPLEQ_FOREACH(acl_rule, &acl_list, entry) { in main()
460 while ((acl_rule = QSIMPLEQ_FIRST(&acl_list)) != NULL) { in main()
461 QSIMPLEQ_REMOVE_HEAD(&acl_list, entry); in main()
/openbmc/linux/drivers/target/
H A Dtarget_core_tpg.c46 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 Dtarget_core_device.c463 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()
H A Dtarget_core_xcopy.c477 INIT_LIST_HEAD(&xcopy_pt_nacl.acl_list); in target_xcopy_setup_pt()
H A Dtarget_core_transport.c552 list_del_init(&nacl->acl_list); in target_complete_nacl()
624 list_del_init(&se_nacl->acl_list); in transport_free_session()
/openbmc/linux/drivers/staging/rtl8712/
H A Ddrv_types.h140 struct wlan_acl_pool acl_list; member
H A Drtl871x_mlme.c853 if (!r8712_access_ctrl(&adapter->acl_list, pstassoc->macaddr)) in r8712_stassoc_event_callback()
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ap.c16 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()
H A Drtw_sta_mgt.c532 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_access_ctrl()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dsta_info.h337 struct wlan_acl_pool acl_list; member
/openbmc/linux/include/target/
H A Dtarget_core_base.h587 struct list_head acl_list; member