Searched refs:approxlen (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/include/net/nfc/ |
D | nfc.h | 315 int approxlen); 344 u32 oui, u32 subcmd, int approxlen) in nfc_vendor_cmd_alloc_reply_skb() argument 349 subcmd, approxlen); in nfc_vendor_cmd_alloc_reply_skb()
|
/Linux-v5.10/include/net/ |
D | cfg80211.h | 6543 int approxlen); 6551 int approxlen, gfp_t gfp); 6579 cfg80211_vendor_cmd_alloc_reply_skb(struct wiphy *wiphy, int approxlen) in cfg80211_vendor_cmd_alloc_reply_skb() argument 6582 NL80211_ATTR_VENDOR_DATA, approxlen); in cfg80211_vendor_cmd_alloc_reply_skb() 6631 int approxlen, int event_idx, gfp_t gfp) in cfg80211_vendor_event_alloc() argument 6635 0, event_idx, approxlen, gfp); in cfg80211_vendor_event_alloc() 6665 unsigned int portid, int approxlen, in cfg80211_vendor_event_alloc_ucast() argument 6670 portid, event_idx, approxlen, gfp); in cfg80211_vendor_event_alloc_ucast() 6722 cfg80211_testmode_alloc_reply_skb(struct wiphy *wiphy, int approxlen) in cfg80211_testmode_alloc_reply_skb() argument 6725 NL80211_ATTR_TESTDATA, approxlen); in cfg80211_testmode_alloc_reply_skb() [all …]
|
/Linux-v5.10/net/nfc/ |
D | netlink.c | 1586 __nfc_alloc_vendor_cmd_skb(struct nfc_dev *dev, int approxlen, in __nfc_alloc_vendor_cmd_skb() argument 1594 skb = nlmsg_new(approxlen + 100, gfp); in __nfc_alloc_vendor_cmd_skb() 1624 int approxlen) in __nfc_alloc_vendor_cmd_reply_skb() argument 1629 return __nfc_alloc_vendor_cmd_skb(dev, approxlen, in __nfc_alloc_vendor_cmd_reply_skb()
|
/Linux-v5.10/net/wireless/ |
D | nl80211.c | 10207 struct wireless_dev *wdev, int approxlen, in __cfg80211_alloc_vendor_skb() argument 10217 skb = nlmsg_new(approxlen + 100, gfp); in __cfg80211_alloc_vendor_skb() 10270 int approxlen, gfp_t gfp) in __cfg80211_alloc_event_skb() argument 10292 return __cfg80211_alloc_vendor_skb(rdev, wdev, approxlen, portid, 0, in __cfg80211_alloc_event_skb() 13789 int approxlen) in __cfg80211_alloc_reply_skb() argument 13796 return __cfg80211_alloc_vendor_skb(rdev, NULL, approxlen, in __cfg80211_alloc_reply_skb()
|