Searched refs:nlportid (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/net/wireless/ |
H A D | mlme.c | 393 u32 nlportid; member in struct:cfg80211_mgmt_registration 450 nreg->nlportid = snd_portid; cfg80211_mlme_register_mgmt() 463 void cfg80211_mlme_unregister_socket(struct wireless_dev *wdev, u32 nlportid) cfg80211_mlme_unregister_socket() argument 472 if (reg->nlportid != nlportid) cfg80211_mlme_unregister_socket() 488 if (nlportid && rdev->crit_proto_nlportid == nlportid) { cfg80211_mlme_unregister_socket() 493 if (nlportid == wdev->ap_unexpected_nlportid) cfg80211_mlme_unregister_socket() 651 if (nl80211_send_mgmt(rdev, wdev, reg->nlportid, cfg80211_rx_mgmt()
|
H A D | core.h | 247 u32 nlportid; member in struct:cfg80211_beacon_registration 252 u32 nlportid; member in struct:cfg80211_iface_destroy
|
H A D | core.c | 295 u32 nlportid = item->nlportid; cfg80211_destroy_ifaces() local 302 if (nlportid == wdev->owner_nlportid) cfg80211_destroy_ifaces()
|
H A D | nl80211.c | 9718 if (reg->nlportid == info->snd_portid) { nl80211_register_beacons() 9724 nreg->nlportid = info->snd_portid; nl80211_register_beacons() 11930 u32 nlportid = ACCESS_ONCE(wdev->ap_unexpected_nlportid); __nl80211_unexpected_frame() local 11932 if (!nlportid) __nl80211_unexpected_frame() 11951 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); __nl80211_unexpected_frame() 12003 struct wireless_dev *wdev, u32 nlportid, nl80211_send_mgmt() 12035 return genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); nl80211_send_mgmt() 12543 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, reg->nlportid); cfg80211_report_obss_beacon() 12805 if (reg->nlportid == notify->portid) { nl80211_netlink_notify() 12818 destroy->nlportid = notify->portid; nl80211_netlink_notify() 12896 u32 nlportid; cfg80211_crit_proto_stopped() local 12902 nlportid = rdev->crit_proto_nlportid; cfg80211_crit_proto_stopped() 12919 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); cfg80211_crit_proto_stopped() 12002 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, u32 flags, gfp_t gfp) nl80211_send_mgmt() argument
|
/linux-4.1.27/net/netfilter/ |
H A D | nfnetlink_queue_core.c | 893 verdict_instance_lookup(struct nfnl_queue_net *q, u16 queue_num, u32 nlportid) verdict_instance_lookup() argument 901 if (queue->peer_portid != nlportid) verdict_instance_lookup()
|
Completed in 436 milliseconds