Searched refs:__cfg80211_alloc_event_skb (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/include/net/ |
| H A D | cfg80211.h | 7880 struct sk_buff *__cfg80211_alloc_event_skb(struct wiphy *wiphy, 7969 return __cfg80211_alloc_event_skb(wiphy, wdev, NL80211_CMD_VENDOR, in cfg80211_vendor_event_alloc() 8004 return __cfg80211_alloc_event_skb(wiphy, wdev, NL80211_CMD_VENDOR, in cfg80211_vendor_event_alloc_ucast() 8105 return __cfg80211_alloc_event_skb(wiphy, NULL, NL80211_CMD_TESTMODE, in cfg80211_testmode_alloc_event_skb()
|
| /linux-6.15/net/wireless/ |
| H A D | nl80211.c | 11832 struct sk_buff *__cfg80211_alloc_event_skb(struct wiphy *wiphy, in __cfg80211_alloc_event_skb() function 11863 EXPORT_SYMBOL(__cfg80211_alloc_event_skb);
|