Home
last modified time | relevance | path

Searched refs:approxlen (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/nfc/
H A Dnfc.h319 int approxlen);
348 u32 oui, u32 subcmd, int approxlen) in nfc_vendor_cmd_alloc_reply_skb() argument
353 subcmd, approxlen); in nfc_vendor_cmd_alloc_reply_skb()
/linux/include/net/
H A Dcfg80211.h8230 int approxlen);
8238 int approxlen, gfp_t gfp);
8245 * @approxlen: an upper bound of the length of the data that will
8266 cfg80211_vendor_cmd_alloc_reply_skb(struct wiphy *wiphy, int approxlen)
8269 NL80211_ATTR_VENDOR_DATA, approxlen); in cfg80211_vendor_cmd_alloc_reply_skb() argument
8301 * @approxlen: an upper bound of the length of the data that will
8319 int approxlen, int event_idx, gfp_t gfp)
8323 0, event_idx, approxlen, gfp); in cfg80211_vendor_event_alloc()
8332 * @approxlen: an upper bound of the length of the data that will
8353 unsigned int portid, int approxlen,
8322 cfg80211_vendor_event_alloc(struct wiphy * wiphy,struct wireless_dev * wdev,int approxlen,int event_idx,gfp_t gfp) cfg80211_vendor_event_alloc() argument
8356 cfg80211_vendor_event_alloc_ucast(struct wiphy * wiphy,struct wireless_dev * wdev,unsigned int portid,int approxlen,int event_idx,gfp_t gfp) cfg80211_vendor_event_alloc_ucast() argument
8413 cfg80211_testmode_alloc_reply_skb(struct wiphy * wiphy,int approxlen) cfg80211_testmode_alloc_reply_skb() argument
8458 cfg80211_testmode_alloc_event_skb(struct wiphy * wiphy,int approxlen,gfp_t gfp) cfg80211_testmode_alloc_event_skb() argument
[all...]
/linux/net/nfc/
H A Dnetlink.c1628 __nfc_alloc_vendor_cmd_skb(struct nfc_dev *dev, int approxlen, in __nfc_alloc_vendor_cmd_skb() argument
1636 skb = nlmsg_new(approxlen + 100, gfp); in __nfc_alloc_vendor_cmd_skb()
1666 int approxlen) in __nfc_alloc_vendor_cmd_reply_skb() argument
1671 return __nfc_alloc_vendor_cmd_skb(dev, approxlen, in __nfc_alloc_vendor_cmd_reply_skb()
/linux/net/wireless/
H A Dnl80211.c12809 struct wireless_dev *wdev, int approxlen, in nl80211_set_mcast_rate()
12819 skb = nlmsg_new(approxlen + 100, gfp); in __cfg80211_alloc_vendor_skb() argument
12872 int approxlen, gfp_t gfp) in __cfg80211_alloc_vendor_skb()
12894 return __cfg80211_alloc_vendor_skb(rdev, wdev, approxlen, portid, 0, in __cfg80211_alloc_event_skb()
16634 int approxlen) in nl80211_vendor_cmd_dump()
16641 return __cfg80211_alloc_vendor_skb(rdev, NULL, approxlen, in __cfg80211_alloc_reply_skb()
12882 __cfg80211_alloc_event_skb(struct wiphy * wiphy,struct wireless_dev * wdev,enum nl80211_commands cmd,enum nl80211_attrs attr,unsigned int portid,int vendor_event_idx,int approxlen,gfp_t gfp) __cfg80211_alloc_event_skb() argument
16644 __cfg80211_alloc_reply_skb(struct wiphy * wiphy,enum nl80211_commands cmd,enum nl80211_attrs attr,int approxlen) __cfg80211_alloc_reply_skb() argument