Searched refs:acl_list (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/ |
H A D | qemu-bridge-helper.c | 74 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 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 | 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()
|
H A D | target_core_xcopy.c | 477 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()
|
/openbmc/linux/drivers/staging/rtl8712/ |
H A D | drv_types.h | 140 struct wlan_acl_pool acl_list; member
|
H A D | rtl871x_mlme.c | 853 if (!r8712_access_ctrl(&adapter->acl_list, pstassoc->macaddr)) in r8712_stassoc_event_callback()
|
/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H A 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()
|
H A D | rtw_sta_mgt.c | 532 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_access_ctrl()
|
/openbmc/linux/drivers/staging/rtl8723bs/include/ |
H A D | sta_info.h | 337 struct wlan_acl_pool acl_list; member
|
/openbmc/linux/include/target/ |
H A D | target_core_base.h | 587 struct list_head acl_list; member
|