Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dmlme.c639 u32 nlportid; member
784 nreg->nlportid = snd_portid; in cfg80211_mlme_register_mgmt()
804 void cfg80211_mlme_unregister_socket(struct wireless_dev *wdev, u32 nlportid) in cfg80211_mlme_unregister_socket() argument
813 if (reg->nlportid != nlportid) in cfg80211_mlme_unregister_socket()
825 if (nlportid && rdev->crit_proto_nlportid == nlportid) { in cfg80211_mlme_unregister_socket()
830 if (nlportid == wdev->unexpected_nlportid) in cfg80211_mlme_unregister_socket()
1052 if (nl80211_send_mgmt(rdev, wdev, reg->nlportid, info, in cfg80211_rx_mgmt_ext()
H A Dcore.h303 u32 nlportid; member
H A Dnl80211.c16412 if (reg->nlportid == info->snd_portid) { in nl80211_register_beacons()
16418 nreg->nlportid = info->snd_portid; in nl80211_register_beacons()
21914 u32 nlportid = READ_ONCE(wdev->unexpected_nlportid); in __nl80211_unexpected_frame() local
21916 if (!nlportid) in __nl80211_unexpected_frame()
21937 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in __nl80211_unexpected_frame()
21989 struct wireless_dev *wdev, u32 nlportid, in nl80211_send_mgmt() argument
22032 return genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in nl80211_send_mgmt()
22135 u32 nlportid = READ_ONCE(wdev->conn_owner_nlportid); in __nl80211_rx_control_port() local
22137 if (!nlportid) in __nl80211_rx_control_port()
22169 return genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in __nl80211_rx_control_port()
[all …]
/linux/net/netfilter/
H A Dnfnetlink_queue.c1639 verdict_instance_lookup(struct nfnl_queue_net *q, u16 queue_num, u32 nlportid) in nfqnl_recv_verdict_batch()
1647 if (queue->peer_portid != nlportid) in nfqnl_recv_verdict_batch()
1573 verdict_instance_lookup(struct nfnl_queue_net * q,u16 queue_num,u32 nlportid) verdict_instance_lookup() argument