Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/
A Dnlattr.c917 void *__nla_reserve_nohdr(struct sk_buff *skb, int attrlen) in __nla_reserve_nohdr() function
921 EXPORT_SYMBOL(__nla_reserve_nohdr);
989 return __nla_reserve_nohdr(skb, attrlen); in nla_reserve_nohdr()
1047 start = __nla_reserve_nohdr(skb, attrlen); in __nla_put_nohdr()
/linux-6.3-rc2/include/net/
A Dnetlink.h533 void *__nla_reserve_nohdr(struct sk_buff *skb, int attrlen);
/linux-6.3-rc2/net/core/
A Ddrop_monitor.c248 __nla_reserve_nohdr(dskb, sizeof(struct net_dm_drop_point)); in trace_drop_common()

Completed in 12 milliseconds