Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dmlme.c830 if (nlportid == wdev->unexpected_nlportid) in cfg80211_mlme_unregister_socket()
831 wdev->unexpected_nlportid = 0; in cfg80211_mlme_unregister_socket()
H A Dnl80211.c16321 if (wdev->unexpected_nlportid) in nl80211_register_unexpected_frame()
16324 wdev->unexpected_nlportid = info->snd_portid; in nl80211_register_unexpected_frame()
21914 u32 nlportid = READ_ONCE(wdev->unexpected_nlportid); in __nl80211_unexpected_frame()
/linux/include/net/
H A Dcfg80211.h7264 u32 unexpected_nlportid; member