Searched refs:nlportid (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/wireless/
H A Dmlme.c576 u32 nlportid; member in struct:cfg80211_mgmt_registration
721 nreg->nlportid = snd_portid;
741 void cfg80211_mlme_unregister_socket(struct wireless_dev *wdev, u32 nlportid) argument
750 if (reg->nlportid != nlportid)
762 if (nlportid && rdev->crit_proto_nlportid == nlportid) {
767 if (nlportid == wdev->ap_unexpected_nlportid)
982 if (nl80211_send_mgmt(rdev, wdev, reg->nlportid, info,
H A Dcore.h288 u32 nlportid; member in struct:cfg80211_beacon_registration
H A Dnl80211.c14180 if (reg->nlportid == info->snd_portid) {
14186 nreg->nlportid = info->snd_portid;
18777 u32 nlportid = READ_ONCE(wdev->ap_unexpected_nlportid); local
18779 if (!nlportid)
18798 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid);
18849 struct wireless_dev *wdev, u32 nlportid,
18892 return genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid);
18991 u32 nlportid = READ_ONCE(wdev->conn_owner_nlportid); local
18993 if (!nlportid)
19025 return genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid);
18848 nl80211_send_mgmt(struct cfg80211_registered_device *rdev, struct wireless_dev *wdev, u32 nlportid, struct cfg80211_rx_info *info, gfp_t gfp) argument
20030 u32 nlportid; local
[all...]
/linux-master/net/netfilter/
H A Dnfnetlink_queue.c1218 verdict_instance_lookup(struct nfnl_queue_net *q, u16 queue_num, u32 nlportid) argument
1226 if (queue->peer_portid != nlportid)

Completed in 417 milliseconds