Home
last modified time | relevance | path

Searched refs:mgmt_registrations (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/net/wireless/
Dmlme.c477 list_for_each_entry(reg, &tmp->mgmt_registrations, list) { in cfg80211_mgmt_registrations_update()
568 list_for_each_entry(reg, &wdev->mgmt_registrations, list) { in cfg80211_mlme_register_mgmt()
598 list_add(&nreg->list, &wdev->mgmt_registrations); in cfg80211_mlme_register_mgmt()
622 list_for_each_entry_safe(reg, tmp, &wdev->mgmt_registrations, list) { in cfg80211_mlme_unregister_socket()
650 list_for_each_entry_safe(reg, tmp, &wdev->mgmt_registrations, list) { in cfg80211_mlme_purge_registrations()
823 list_for_each_entry(reg, &wdev->mgmt_registrations, list) { in cfg80211_rx_mgmt_ext()
Dcore.c1326 INIT_LIST_HEAD(&wdev->mgmt_registrations); in cfg80211_init_wdev()
/Linux-v6.1/include/net/
Dcfg80211.h5738 struct list_head mgmt_registrations; member