Searched refs:__cfg80211_alloc_reply_skb (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 6541 struct sk_buff *__cfg80211_alloc_reply_skb(struct wiphy *wiphy, 6582 return __cfg80211_alloc_reply_skb(wiphy, NL80211_CMD_VENDOR, in cfg80211_vendor_cmd_alloc_reply_skb() 6725 return __cfg80211_alloc_reply_skb(wiphy, NL80211_CMD_TESTMODE, in cfg80211_testmode_alloc_reply_skb()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 7451 struct sk_buff *__cfg80211_alloc_reply_skb(struct wiphy *wiphy, 7492 return __cfg80211_alloc_reply_skb(wiphy, NL80211_CMD_VENDOR, in cfg80211_vendor_cmd_alloc_reply_skb() 7635 return __cfg80211_alloc_reply_skb(wiphy, NL80211_CMD_TESTMODE, in cfg80211_testmode_alloc_reply_skb()
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | nl80211.c | 13826 struct sk_buff *__cfg80211_alloc_reply_skb(struct wiphy *wiphy, in __cfg80211_alloc_reply_skb() function 13841 EXPORT_SYMBOL(__cfg80211_alloc_reply_skb); variable
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | nl80211.c | 15234 struct sk_buff *__cfg80211_alloc_reply_skb(struct wiphy *wiphy, in __cfg80211_alloc_reply_skb() function 15249 EXPORT_SYMBOL(__cfg80211_alloc_reply_skb); variable
|
Completed in 80 milliseconds