Home
last modified time | relevance | path

Searched refs:__nla_reserve_nohdr (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/lib/
H A Dnlattr.c927 void *__nla_reserve_nohdr(struct sk_buff *skb, int attrlen) in __nla_reserve_nohdr() function
931 EXPORT_SYMBOL(__nla_reserve_nohdr);
999 return __nla_reserve_nohdr(skb, attrlen); in nla_reserve_nohdr()
1057 start = __nla_reserve_nohdr(skb, attrlen); in __nla_put_nohdr()
/openbmc/linux/include/net/
H A Dnetlink.h529 void *__nla_reserve_nohdr(struct sk_buff *skb, int attrlen);
/openbmc/linux/net/core/
H A Ddrop_monitor.c250 __nla_reserve_nohdr(dskb, sizeof(struct net_dm_drop_point)); in trace_drop_common()