Searched refs:__nla_reserve_64bit (Results 1 - 2 of 2) sorted by relevance

/linux-master/lib/
H A Dnlattr.c917 * __nla_reserve_64bit - reserve room for attribute on the skb and align it
930 struct nlattr *__nla_reserve_64bit(struct sk_buff *skb, int attrtype, function
937 EXPORT_SYMBOL(__nla_reserve_64bit); variable
1002 return __nla_reserve_64bit(skb, attrtype, attrlen, padattr);
1061 nla = __nla_reserve_64bit(skb, attrtype, attrlen, padattr);
/linux-master/include/net/
H A Dnetlink.h538 struct nlattr *__nla_reserve_64bit(struct sk_buff *skb, int attrtype,

Completed in 115 milliseconds