Searched refs:approxlen (Results 1 – 4 of 4) sorted by relevance
/linux/include/net/nfc/ |
H A D | nfc.h | 319 int approxlen); 326 * @approxlen: an upper bound of the length of the data that will 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 D | cfg80211.h | 7998 int approxlen); 8006 int approxlen, gfp_t gfp); 8013 * @approxlen: an upper bound of the length of the data that will 8034 cfg80211_vendor_cmd_alloc_reply_skb(struct wiphy *wiphy, int approxlen) in cfg80211_vendor_cmd_alloc_reply_skb() argument 8037 NL80211_ATTR_VENDOR_DATA, approxlen); in cfg80211_vendor_cmd_alloc_reply_skb() 8069 * @approxlen: an upper bound of the length of the data that will 8087 int approxlen, int event_idx, gfp_t gfp) in cfg80211_vendor_event_alloc() argument 8091 0, event_idx, approxlen, gfp); in cfg80211_vendor_event_alloc() 8100 * @approxlen: an upper bound of the length of the data that will 8121 unsigned int portid, int approxlen, in cfg80211_vendor_event_alloc_ucast() argument 8178 cfg80211_testmode_alloc_reply_skb(struct wiphy * wiphy,int approxlen) cfg80211_testmode_alloc_reply_skb() argument 8223 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 D | netlink.c | 1628 __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 D | nl80211.c | 12437 struct wireless_dev *wdev, int approxlen, in __cfg80211_alloc_vendor_skb() argument 12447 skb = nlmsg_new(approxlen + 100, gfp); in __cfg80211_alloc_vendor_skb() 12500 int approxlen, gfp_t gfp) in __cfg80211_alloc_event_skb() argument 12522 return __cfg80211_alloc_vendor_skb(rdev, wdev, approxlen, portid, 0, in __cfg80211_alloc_event_skb() 16075 int approxlen) in __cfg80211_alloc_reply_skb() argument 16082 return __cfg80211_alloc_vendor_skb(rdev, NULL, approxlen, in __cfg80211_alloc_reply_skb()
|