Searched refs:approxlen (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/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.6.21/include/net/ |
D | cfg80211.h | 7454 int approxlen); 7462 int approxlen, gfp_t gfp); 7490 cfg80211_vendor_cmd_alloc_reply_skb(struct wiphy *wiphy, int approxlen) in cfg80211_vendor_cmd_alloc_reply_skb() argument 7493 NL80211_ATTR_VENDOR_DATA, approxlen); in cfg80211_vendor_cmd_alloc_reply_skb() 7542 int approxlen, int event_idx, gfp_t gfp) in cfg80211_vendor_event_alloc() argument 7546 0, event_idx, approxlen, gfp); in cfg80211_vendor_event_alloc() 7576 unsigned int portid, int approxlen, in cfg80211_vendor_event_alloc_ucast() argument 7581 portid, event_idx, approxlen, gfp); in cfg80211_vendor_event_alloc_ucast() 7633 cfg80211_testmode_alloc_reply_skb(struct wiphy *wiphy, int approxlen) in cfg80211_testmode_alloc_reply_skb() argument 7636 NL80211_ATTR_TESTDATA, approxlen); in cfg80211_testmode_alloc_reply_skb() [all …]
|
/linux-6.6.21/net/nfc/ |
D | netlink.c | 1629 __nfc_alloc_vendor_cmd_skb(struct nfc_dev *dev, int approxlen, in __nfc_alloc_vendor_cmd_skb() argument 1637 skb = nlmsg_new(approxlen + 100, gfp); in __nfc_alloc_vendor_cmd_skb() 1667 int approxlen) in __nfc_alloc_vendor_cmd_reply_skb() argument 1672 return __nfc_alloc_vendor_cmd_skb(dev, approxlen, in __nfc_alloc_vendor_cmd_reply_skb()
|
/linux-6.6.21/net/wireless/ |
D | nl80211.c | 11553 struct wireless_dev *wdev, int approxlen, in __cfg80211_alloc_vendor_skb() argument 11563 skb = nlmsg_new(approxlen + 100, gfp); in __cfg80211_alloc_vendor_skb() 11616 int approxlen, gfp_t gfp) in __cfg80211_alloc_event_skb() argument 11638 return __cfg80211_alloc_vendor_skb(rdev, wdev, approxlen, portid, 0, in __cfg80211_alloc_event_skb() 15237 int approxlen) in __cfg80211_alloc_reply_skb() argument 15244 return __cfg80211_alloc_vendor_skb(rdev, NULL, approxlen, in __cfg80211_alloc_reply_skb()
|