Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dnlattr.c1053 void __nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data) in __nla_put_nohdr() function
1060 EXPORT_SYMBOL(__nla_put_nohdr);
1124 __nla_put_nohdr(skb, attrlen, data); in nla_put_nohdr()
/openbmc/linux/include/net/
H A Dnetlink.h538 void __nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data);