Searched refs:nlportid (Results 1 – 4 of 4) sorted by relevance
| /linux/net/wireless/ |
| H A D | mlme.c | 594 u32 nlportid; member 739 nreg->nlportid = snd_portid; in cfg80211_mlme_register_mgmt() 759 void cfg80211_mlme_unregister_socket(struct wireless_dev *wdev, u32 nlportid) in cfg80211_mlme_unregister_socket() argument 768 if (reg->nlportid != nlportid) in cfg80211_mlme_unregister_socket() 780 if (nlportid && rdev->crit_proto_nlportid == nlportid) { in cfg80211_mlme_unregister_socket() 785 if (nlportid == wdev->ap_unexpected_nlportid) in cfg80211_mlme_unregister_socket() 1001 if (nl80211_send_mgmt(rdev, wdev, reg->nlportid, info, in cfg80211_rx_mgmt_ext()
|
| H A D | core.h | 303 u32 nlportid; member
|
| H A D | nl80211.c | 15546 if (reg->nlportid == info->snd_portid) { in nl80211_register_beacons() 15552 nreg->nlportid = info->snd_portid; in nl80211_register_beacons() 20463 u32 nlportid = READ_ONCE(wdev->ap_unexpected_nlportid); in __nl80211_unexpected_frame() local 20465 if (!nlportid) in __nl80211_unexpected_frame() 20486 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in __nl80211_unexpected_frame() 20537 struct wireless_dev *wdev, u32 nlportid, in nl80211_send_mgmt() argument 20580 return genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in nl80211_send_mgmt() 20679 u32 nlportid = READ_ONCE(wdev->conn_owner_nlportid); in __nl80211_rx_control_port() local 20681 if (!nlportid) in __nl80211_rx_control_port() 20713 return genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in __nl80211_rx_control_port() [all …]
|
| /linux/net/netfilter/ |
| H A D | nfnetlink_queue.c | 1325 verdict_instance_lookup(struct nfnl_queue_net *q, u16 queue_num, u32 nlportid) in verdict_instance_lookup() argument 1333 if (queue->peer_portid != nlportid) in verdict_instance_lookup()
|