Home
last modified time | relevance | path

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

/Linux-v6.1/lib/
Dnlattr.c914 void *__nla_reserve_nohdr(struct sk_buff *skb, int attrlen) in __nla_reserve_nohdr() function
918 EXPORT_SYMBOL(__nla_reserve_nohdr);
986 return __nla_reserve_nohdr(skb, attrlen); in nla_reserve_nohdr()
1044 start = __nla_reserve_nohdr(skb, attrlen); in __nla_put_nohdr()
/Linux-v6.1/include/net/
Dnetlink.h532 void *__nla_reserve_nohdr(struct sk_buff *skb, int attrlen);
/Linux-v6.1/net/core/
Ddrop_monitor.c248 __nla_reserve_nohdr(dskb, sizeof(struct net_dm_drop_point)); in trace_drop_common()