Searched refs:__nla_put_nohdr (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.c369 * __nla_put_nohdr - Add a netlink attribute without header
377 void __nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data) function
418 __nla_put_nohdr(skb, attrlen, data);
431 EXPORT_SYMBOL(__nla_put_nohdr); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dnetlink.h244 extern void __nla_put_nohdr(struct sk_buff *skb, int attrlen,

Completed in 44 milliseconds