Searched refs:approxlen (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/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-6.12.1/include/net/ |
D | cfg80211.h | 7797 int approxlen); 7805 int approxlen, gfp_t gfp); 7833 cfg80211_vendor_cmd_alloc_reply_skb(struct wiphy *wiphy, int approxlen) in cfg80211_vendor_cmd_alloc_reply_skb() argument 7836 NL80211_ATTR_VENDOR_DATA, approxlen); in cfg80211_vendor_cmd_alloc_reply_skb() 7886 int approxlen, int event_idx, gfp_t gfp) in cfg80211_vendor_event_alloc() argument 7890 0, event_idx, approxlen, gfp); in cfg80211_vendor_event_alloc() 7920 unsigned int portid, int approxlen, in cfg80211_vendor_event_alloc_ucast() argument 7925 portid, event_idx, approxlen, gfp); in cfg80211_vendor_event_alloc_ucast() 7977 cfg80211_testmode_alloc_reply_skb(struct wiphy *wiphy, int approxlen) in cfg80211_testmode_alloc_reply_skb() argument 7980 NL80211_ATTR_TESTDATA, approxlen); in cfg80211_testmode_alloc_reply_skb() [all …]
|
/linux-6.12.1/net/nfc/ |
D | netlink.c | 1627 __nfc_alloc_vendor_cmd_skb(struct nfc_dev *dev, int approxlen, in __nfc_alloc_vendor_cmd_skb() argument 1635 skb = nlmsg_new(approxlen + 100, gfp); in __nfc_alloc_vendor_cmd_skb() 1665 int approxlen) in __nfc_alloc_vendor_cmd_reply_skb() argument 1670 return __nfc_alloc_vendor_cmd_skb(dev, approxlen, in __nfc_alloc_vendor_cmd_reply_skb()
|
/linux-6.12.1/net/wireless/ |
D | nl80211.c | 11736 struct wireless_dev *wdev, int approxlen, in __cfg80211_alloc_vendor_skb() argument 11746 skb = nlmsg_new(approxlen + 100, gfp); in __cfg80211_alloc_vendor_skb() 11799 int approxlen, gfp_t gfp) in __cfg80211_alloc_event_skb() argument 11821 return __cfg80211_alloc_vendor_skb(rdev, wdev, approxlen, portid, 0, in __cfg80211_alloc_event_skb() 15385 int approxlen) in __cfg80211_alloc_reply_skb() argument 15392 return __cfg80211_alloc_vendor_skb(rdev, NULL, approxlen, in __cfg80211_alloc_reply_skb()
|