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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netlink/
H A Dattr.c267 * __nla_reserve - reserve room for attribute on the skb
278 struct nlattr *__nla_reserve(struct sk_buff *skb, int attrtype, int attrlen) function
328 return __nla_reserve(skb, attrtype, attrlen);
364 nla = __nla_reserve(skb, attrtype, attrlen);
426 EXPORT_SYMBOL(__nla_reserve); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dnetlink.h236 extern struct nlattr * __nla_reserve(struct sk_buff *skb, int attrtype,

Completed in 52 milliseconds