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

/linux-master/lib/
H A Dnlattr.c1067 * __nla_put_nohdr - Add a netlink attribute without header
1075 void __nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data) function
1082 EXPORT_SYMBOL(__nla_put_nohdr); variable
1146 __nla_put_nohdr(skb, attrlen, data);
/linux-master/include/net/
H A Dnetlink.h549 void __nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data);

Completed in 130 milliseconds