Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dmlme.c594 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->unexpected_nlportid) in cfg80211_mlme_unregister_socket()
1006 if (nl80211_send_mgmt(rdev, wdev, reg->nlportid, info, in cfg80211_rx_mgmt_ext()
H A Dcore.h303 u32 nlportid; member
H A Dnl80211.c15863 if (reg->nlportid == info->snd_portid) { in nl80211_stop_nan()
15869 nreg->nlportid = info->snd_portid; in validate_nan_filter()
21287 u32 nlportid = READ_ONCE(wdev->unexpected_nlportid); in cfg80211_sta_opmode_change_notify()
21289 if (!nlportid) in cfg80211_sta_opmode_change_notify()
21310 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in cfg80211_probe_status()
21362 struct wireless_dev *wdev, u32 nlportid, in cfg80211_report_obss_beacon_khz()
21405 return genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in cfg80211_net_detect_results()
21504 u32 nlportid = READ_ONCE(wdev->conn_owner_nlportid); in cfg80211_report_wowlan_wakeup()
21506 if (!nlportid) in cfg80211_report_wowlan_wakeup()
21538 return genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in cfg80211_report_wowlan_wakeup()
20463 u32 nlportid = READ_ONCE(wdev->ap_unexpected_nlportid); __nl80211_unexpected_frame() local
20537 nl80211_send_mgmt(struct cfg80211_registered_device * rdev,struct wireless_dev * wdev,u32 nlportid,struct cfg80211_rx_info * info,gfp_t gfp) nl80211_send_mgmt() argument
20679 u32 nlportid = READ_ONCE(wdev->conn_owner_nlportid); __nl80211_rx_control_port() local
21722 u32 nlportid; cfg80211_crit_proto_stopped() local
[all...]
/linux/net/netfilter/
H A Dnfnetlink_queue.c1339 verdict_instance_lookup(struct nfnl_queue_net *q, u16 queue_num, u32 nlportid)
1347 if (queue->peer_portid != nlportid) in verdicthdr_get()
1325 verdict_instance_lookup(struct nfnl_queue_net * q,u16 queue_num,u32 nlportid) verdict_instance_lookup() argument