Searched refs:__nla_reserve (Results 1 – 2 of 2) sorted by relevance
323 struct nlattr *__nla_reserve(struct sk_buff *skb, int attrtype, int attrlen) in __nla_reserve() function335 EXPORT_SYMBOL(__nla_reserve);375 return __nla_reserve(skb, attrtype, attrlen); in nla_reserve()413 nla = __nla_reserve(skb, attrtype, attrlen); in __nla_put()
243 extern struct nlattr * __nla_reserve(struct sk_buff *skb, int attrtype,