Lines Matching refs:portid
574 static inline void *nl80211hdr_put(struct sk_buff *skb, u32 portid, u32 seq, in nl80211hdr_put() argument
578 return genlmsg_put(skb, portid, seq, &nl80211_fam, flags, cmd); in nl80211hdr_put()
1254 struct sk_buff *msg, u32 portid, u32 seq, in nl80211_send_wiphy() argument
1268 hdr = nl80211hdr_put(msg, portid, seq, flags, cmd); in nl80211_send_wiphy()
1802 NETLINK_CB(cb->skb).portid, in nl80211_dump_wiphy()
2364 static int nl80211_send_iface(struct sk_buff *msg, u32 portid, u32 seq, int flags, in nl80211_send_iface() argument
2375 hdr = nl80211hdr_put(msg, portid, seq, flags, cmd); in nl80211_send_iface()
2441 if (nl80211_send_iface(skb, NETLINK_CB(cb->skb).portid, in nl80211_dump_interface()
3674 static int nl80211_send_station(struct sk_buff *msg, u32 cmd, u32 portid, in nl80211_send_station() argument
3683 hdr = nl80211hdr_put(msg, portid, seq, flags, cmd); in nl80211_send_station()
3886 NETLINK_CB(cb->skb).portid, in nl80211_dump_station()
4539 static int nl80211_send_mpath(struct sk_buff *msg, u32 portid, u32 seq, in nl80211_send_mpath() argument
4547 hdr = nl80211hdr_put(msg, portid, seq, flags, NL80211_CMD_NEW_MPATH); in nl80211_send_mpath()
4626 if (nl80211_send_mpath(skb, NETLINK_CB(cb->skb).portid, in nl80211_dump_mpath()
4822 if (nl80211_send_mpath(skb, NETLINK_CB(cb->skb).portid, in nl80211_dump_mpp()
5525 void *hdr = nl80211hdr_put(msg, NETLINK_CB(cb->skb).portid, seq, flags, in nl80211_send_regdom()
6530 hdr = nl80211hdr_put(msg, NETLINK_CB(cb->skb).portid, seq, flags, in nl80211_send_bss()
6672 static int nl80211_send_survey(struct sk_buff *msg, u32 portid, u32 seq, in nl80211_send_survey() argument
6684 hdr = nl80211hdr_put(msg, portid, seq, flags, in nl80211_send_survey()
6783 NETLINK_CB(cb->skb).portid, in nl80211_dump_survey()
7414 u32 portid, u32 seq, enum nl80211_commands cmd, in __cfg80211_alloc_vendor_skb() argument
7427 hdr = nl80211hdr_put(skb, portid, seq, 0, cmd); in __cfg80211_alloc_vendor_skb()
7608 void *hdr = nl80211hdr_put(skb, NETLINK_CB(cb->skb).portid, in nl80211_testmode_dump()
11107 u32 portid, u32 seq, int flags, in nl80211_send_scan_msg() argument
11112 hdr = nl80211hdr_put(msg, portid, seq, flags, cmd); in nl80211_send_scan_msg()
11137 u32 portid, u32 seq, int flags, u32 cmd) in nl80211_send_sched_scan_msg() argument
11141 hdr = nl80211hdr_put(msg, portid, seq, flags, cmd); in nl80211_send_sched_scan_msg()
12791 if (sched_scan_req && notify->portid && in nl80211_netlink_notify()
12792 sched_scan_req->owner_nlportid == notify->portid) in nl80211_netlink_notify()
12796 cfg80211_mlme_unregister_socket(wdev, notify->portid); in nl80211_netlink_notify()
12798 if (wdev->owner_nlportid == notify->portid) in nl80211_netlink_notify()
12805 if (reg->nlportid == notify->portid) { in nl80211_netlink_notify()
12818 destroy->nlportid = notify->portid; in nl80211_netlink_notify()
12839 regulatory_netlink_notify(notify->portid); in nl80211_netlink_notify()