Searched refs:approxlen (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/include/net/ |
D | cfg80211.h | 4294 int approxlen); 4301 int approxlen, gfp_t gfp); 4329 cfg80211_vendor_cmd_alloc_reply_skb(struct wiphy *wiphy, int approxlen) in cfg80211_vendor_cmd_alloc_reply_skb() argument 4332 NL80211_ATTR_VENDOR_DATA, approxlen); in cfg80211_vendor_cmd_alloc_reply_skb() 4372 int approxlen, int event_idx, gfp_t gfp) in cfg80211_vendor_event_alloc() argument 4376 event_idx, approxlen, gfp); in cfg80211_vendor_event_alloc() 4428 cfg80211_testmode_alloc_reply_skb(struct wiphy *wiphy, int approxlen) in cfg80211_testmode_alloc_reply_skb() argument 4431 NL80211_ATTR_TESTDATA, approxlen); in cfg80211_testmode_alloc_reply_skb() 4473 cfg80211_testmode_alloc_event_skb(struct wiphy *wiphy, int approxlen, gfp_t gfp) in cfg80211_testmode_alloc_event_skb() argument 4477 approxlen, gfp); in cfg80211_testmode_alloc_event_skb()
|
/linux-4.1.27/net/wireless/ |
D | nl80211.c | 7413 struct wireless_dev *wdev, int approxlen, in __cfg80211_alloc_vendor_skb() argument 7423 skb = nlmsg_new(approxlen + 100, gfp); in __cfg80211_alloc_vendor_skb() 7473 int approxlen, gfp_t gfp) in __cfg80211_alloc_event_skb() argument 7495 return __cfg80211_alloc_vendor_skb(rdev, wdev, approxlen, 0, 0, in __cfg80211_alloc_event_skb() 9959 int approxlen) in __cfg80211_alloc_reply_skb() argument 9966 return __cfg80211_alloc_vendor_skb(rdev, NULL, approxlen, in __cfg80211_alloc_reply_skb()
|