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

/net/wireless/
H A Dmlme.c556 u32 nlportid; member in struct:cfg80211_mgmt_registration
613 nreg->nlportid = snd_portid;
626 void cfg80211_mlme_unregister_socket(struct wireless_dev *wdev, u32 nlportid) argument
635 if (reg->nlportid != nlportid)
651 if (nlportid && rdev->crit_proto_nlportid == nlportid) {
656 if (nlportid == wdev->ap_unexpected_nlportid)
818 if (nl80211_send_mgmt(rdev, wdev, reg->nlportid,
H A Dcore.h260 u32 nlportid; member in struct:cfg80211_beacon_registration
H A Dnl80211.c8221 if (reg->nlportid == info->snd_portid) {
8227 nreg->nlportid = info->snd_portid;
10101 u32 nlportid = ACCESS_ONCE(wdev->ap_unexpected_nlportid); local
10103 if (!nlportid)
10127 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid);
10179 struct wireless_dev *wdev, u32 nlportid,
10209 return genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid);
10709 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, reg->nlportid);
10898 if (reg->nlportid == notify->portid) {
10965 u32 nlportid; local
10178 nl80211_send_mgmt(struct cfg80211_registered_device *rdev, struct wireless_dev *wdev, u32 nlportid, int freq, int sig_dbm, const u8 *buf, size_t len, gfp_t gfp) argument
[all...]
/net/netfilter/
H A Dnfnetlink_queue_core.c859 verdict_instance_lookup(struct nfnl_queue_net *q, u16 queue_num, int nlportid) argument
867 if (queue->peer_portid != nlportid)

Completed in 164 milliseconds