Home
last modified time | relevance | path

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

/linux-4.1.27/lib/
Dnlattr.c367 void *__nla_reserve_nohdr(struct sk_buff *skb, int attrlen) in __nla_reserve_nohdr() function
376 EXPORT_SYMBOL(__nla_reserve_nohdr);
414 return __nla_reserve_nohdr(skb, attrlen); in nla_reserve_nohdr()
451 start = __nla_reserve_nohdr(skb, attrlen); in __nla_put_nohdr()
/linux-4.1.27/net/core/
Ddrop_monitor.c170 __nla_reserve_nohdr(dskb, sizeof(struct net_dm_drop_point)); in trace_drop_common()
/linux-4.1.27/include/net/
Dnetlink.h247 void *__nla_reserve_nohdr(struct sk_buff *skb, int attrlen);