Lines Matching refs:portid
581 static inline void *nl80211hdr_put(struct sk_buff *skb, u32 portid, u32 seq, in nl80211hdr_put() argument
585 return genlmsg_put(skb, portid, seq, &nl80211_fam, flags, cmd); in nl80211hdr_put()
1261 struct sk_buff *msg, u32 portid, u32 seq, in nl80211_send_wiphy() argument
1275 hdr = nl80211hdr_put(msg, portid, seq, flags, cmd); in nl80211_send_wiphy()
1815 NETLINK_CB(cb->skb).portid, in nl80211_dump_wiphy()
2379 static int nl80211_send_iface(struct sk_buff *msg, u32 portid, u32 seq, int flags, in nl80211_send_iface() argument
2390 hdr = nl80211hdr_put(msg, portid, seq, flags, cmd); in nl80211_send_iface()
2466 if (nl80211_send_iface(skb, NETLINK_CB(cb->skb).portid, in nl80211_dump_interface()
3699 static int nl80211_send_station(struct sk_buff *msg, u32 cmd, u32 portid, in nl80211_send_station() argument
3708 hdr = nl80211hdr_put(msg, portid, seq, flags, cmd); in nl80211_send_station()
3911 NETLINK_CB(cb->skb).portid, in nl80211_dump_station()
4577 static int nl80211_send_mpath(struct sk_buff *msg, u32 portid, u32 seq, in nl80211_send_mpath() argument
4585 hdr = nl80211hdr_put(msg, portid, seq, flags, NL80211_CMD_NEW_MPATH); in nl80211_send_mpath()
4664 if (nl80211_send_mpath(skb, NETLINK_CB(cb->skb).portid, in nl80211_dump_mpath()
4860 if (nl80211_send_mpath(skb, NETLINK_CB(cb->skb).portid, in nl80211_dump_mpp()
5513 void *hdr = nl80211hdr_put(msg, NETLINK_CB(cb->skb).portid, seq, flags, in nl80211_send_regdom()
6692 hdr = nl80211hdr_put(msg, NETLINK_CB(cb->skb).portid, seq, flags, in nl80211_send_bss()
6839 static int nl80211_send_survey(struct sk_buff *msg, u32 portid, u32 seq, in nl80211_send_survey() argument
6851 hdr = nl80211hdr_put(msg, portid, seq, flags, in nl80211_send_survey()
6950 NETLINK_CB(cb->skb).portid, in nl80211_dump_survey()
7582 u32 portid, u32 seq, enum nl80211_commands cmd, in __cfg80211_alloc_vendor_skb() argument
7595 hdr = nl80211hdr_put(skb, portid, seq, 0, cmd); in __cfg80211_alloc_vendor_skb()
7776 void *hdr = nl80211hdr_put(skb, NETLINK_CB(cb->skb).portid, in nl80211_testmode_dump()
10296 void *hdr = nl80211hdr_put(skb, NETLINK_CB(cb->skb).portid, in nl80211_vendor_cmd_dump()
11491 u32 portid, u32 seq, int flags, in nl80211_send_scan_msg() argument
11496 hdr = nl80211hdr_put(msg, portid, seq, flags, cmd); in nl80211_send_scan_msg()
11521 u32 portid, u32 seq, int flags, u32 cmd) in nl80211_send_sched_scan_msg() argument
11525 hdr = nl80211hdr_put(msg, portid, seq, flags, cmd); in nl80211_send_sched_scan_msg()
13175 if (sched_scan_req && notify->portid && in nl80211_netlink_notify()
13176 sched_scan_req->owner_nlportid == notify->portid) in nl80211_netlink_notify()
13180 cfg80211_mlme_unregister_socket(wdev, notify->portid); in nl80211_netlink_notify()
13182 if (wdev->owner_nlportid == notify->portid) in nl80211_netlink_notify()
13189 if (reg->nlportid == notify->portid) { in nl80211_netlink_notify()
13202 destroy->nlportid = notify->portid; in nl80211_netlink_notify()
13223 regulatory_netlink_notify(notify->portid); in nl80211_netlink_notify()