Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/nfc/
Dnfc.h315 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()
/kernel/linux/linux-5.10/include/net/
Dcfg80211.h6541 int approxlen);
6549 int approxlen, gfp_t gfp);
6577 cfg80211_vendor_cmd_alloc_reply_skb(struct wiphy *wiphy, int approxlen) in cfg80211_vendor_cmd_alloc_reply_skb() argument
6580 NL80211_ATTR_VENDOR_DATA, approxlen); in cfg80211_vendor_cmd_alloc_reply_skb()
6629 int approxlen, int event_idx, gfp_t gfp) in cfg80211_vendor_event_alloc() argument
6633 0, event_idx, approxlen, gfp); in cfg80211_vendor_event_alloc()
6663 unsigned int portid, int approxlen, in cfg80211_vendor_event_alloc_ucast() argument
6668 portid, event_idx, approxlen, gfp); in cfg80211_vendor_event_alloc_ucast()
6720 cfg80211_testmode_alloc_reply_skb(struct wiphy *wiphy, int approxlen) in cfg80211_testmode_alloc_reply_skb() argument
6723 NL80211_ATTR_TESTDATA, approxlen); in cfg80211_testmode_alloc_reply_skb()
[all …]
/kernel/linux/linux-5.10/net/nfc/
Dnetlink.c1591 __nfc_alloc_vendor_cmd_skb(struct nfc_dev *dev, int approxlen, in __nfc_alloc_vendor_cmd_skb() argument
1599 skb = nlmsg_new(approxlen + 100, gfp); in __nfc_alloc_vendor_cmd_skb()
1629 int approxlen) in __nfc_alloc_vendor_cmd_reply_skb() argument
1634 return __nfc_alloc_vendor_cmd_skb(dev, approxlen, in __nfc_alloc_vendor_cmd_reply_skb()
/kernel/linux/linux-5.10/net/wireless/
Dnl80211.c10211 struct wireless_dev *wdev, int approxlen, in __cfg80211_alloc_vendor_skb() argument
10221 skb = nlmsg_new(approxlen + 100, gfp); in __cfg80211_alloc_vendor_skb()
10274 int approxlen, gfp_t gfp) in __cfg80211_alloc_event_skb() argument
10296 return __cfg80211_alloc_vendor_skb(rdev, wdev, approxlen, portid, 0, in __cfg80211_alloc_event_skb()
13793 int approxlen) in __cfg80211_alloc_reply_skb() argument
13800 return __cfg80211_alloc_vendor_skb(rdev, NULL, approxlen, in __cfg80211_alloc_reply_skb()