Home
last modified time | relevance | path

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

/openbmc/linux/include/net/nfc/
H A 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()
/openbmc/linux/include/net/
H A Dcfg80211.h7456 int approxlen);
7464 int approxlen, gfp_t gfp);
7492 cfg80211_vendor_cmd_alloc_reply_skb(struct wiphy *wiphy, int approxlen) in cfg80211_vendor_cmd_alloc_reply_skb() argument
7495 NL80211_ATTR_VENDOR_DATA, approxlen); in cfg80211_vendor_cmd_alloc_reply_skb()
7544 int approxlen, int event_idx, gfp_t gfp) in cfg80211_vendor_event_alloc() argument
7548 0, event_idx, approxlen, gfp); in cfg80211_vendor_event_alloc()
7578 unsigned int portid, int approxlen, in cfg80211_vendor_event_alloc_ucast() argument
7583 portid, event_idx, approxlen, gfp); in cfg80211_vendor_event_alloc_ucast()
7635 cfg80211_testmode_alloc_reply_skb(struct wiphy *wiphy, int approxlen) in cfg80211_testmode_alloc_reply_skb() argument
7638 NL80211_ATTR_TESTDATA, approxlen); in cfg80211_testmode_alloc_reply_skb()
[all …]
/openbmc/linux/net/nfc/
H A Dnetlink.c1629 __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()
/openbmc/linux/net/wireless/
H A Dnl80211.c11597 struct wireless_dev *wdev, int approxlen, in __cfg80211_alloc_vendor_skb()
11607 skb = nlmsg_new(approxlen + 100, gfp); in __cfg80211_alloc_vendor_skb()
11660 int approxlen, gfp_t gfp) in __cfg80211_alloc_event_skb()
11682 return __cfg80211_alloc_vendor_skb(rdev, wdev, approxlen, portid, 0, in __cfg80211_send_event_skb()
15283 int approxlen) in __cfg80211_alloc_reply_skb()
15290 return __cfg80211_alloc_vendor_skb(rdev, NULL, approxlen,
11592 __cfg80211_alloc_vendor_skb(struct cfg80211_registered_device * rdev,struct wireless_dev * wdev,int approxlen,u32 portid,u32 seq,enum nl80211_commands cmd,enum nl80211_attrs attr,const struct nl80211_vendor_cmd_info * info,gfp_t gfp) __cfg80211_alloc_vendor_skb() argument
11655 __cfg80211_alloc_event_skb(struct wiphy * wiphy,struct wireless_dev * wdev,enum nl80211_commands cmd,enum nl80211_attrs attr,unsigned int portid,int vendor_event_idx,int approxlen,gfp_t gfp) __cfg80211_alloc_event_skb() argument
15278 __cfg80211_alloc_reply_skb(struct wiphy * wiphy,enum nl80211_commands cmd,enum nl80211_attrs attr,int approxlen) __cfg80211_alloc_reply_skb() argument