Searched refs:nl_portid (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/net/wireless/ |
H A D | pmsr.c | 307 req->nl_portid = info->snd_portid; in nl80211_pmsr_start() 352 genlmsg_unicast(wiphy_net(wdev->wiphy), msg, req->nl_portid); in cfg80211_pmsr_complete() 571 genlmsg_unicast(wiphy_net(wdev->wiphy), msg, req->nl_portid); in cfg80211_pmsr_report() 588 if (req->nl_portid) in cfg80211_pmsr_process_abort() 619 req->nl_portid = 0; in cfg80211_pmsr_wdev_down() 635 if (req->nl_portid == portid) { in cfg80211_release_pmsr() 636 req->nl_portid = 0; in cfg80211_release_pmsr()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | pmsr.c | 326 req->nl_portid = info->snd_portid; in nl80211_pmsr_start() 371 genlmsg_unicast(wiphy_net(wdev->wiphy), msg, req->nl_portid); in cfg80211_pmsr_complete() 590 genlmsg_unicast(wiphy_net(wdev->wiphy), msg, req->nl_portid); in cfg80211_pmsr_report() 607 if (req->nl_portid) in cfg80211_pmsr_process_abort() 640 req->nl_portid = 0; in cfg80211_pmsr_wdev_down() 656 if (req->nl_portid == portid) { in cfg80211_release_pmsr() 657 req->nl_portid = 0; in cfg80211_release_pmsr()
|
/kernel/linux/linux-6.6/tools/net/ynl/lib/ |
H A D | ynl.py | 190 self.nl_len, self.nl_type, self.nl_flags, self.nl_seq, self.nl_portid = \
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 3504 * @nl_portid: netlink portid - used by cfg80211 3521 u32 nl_portid; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 3924 * @nl_portid: netlink portid - used by cfg80211 3941 u32 nl_portid; member
|
Completed in 33 milliseconds