Home
last modified time | relevance | path

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

/linux-6.12.1/lib/
Dnlattr.c949 void *__nla_reserve_nohdr(struct sk_buff *skb, int attrlen) in __nla_reserve_nohdr() function
953 EXPORT_SYMBOL(__nla_reserve_nohdr);
1021 return __nla_reserve_nohdr(skb, attrlen); in nla_reserve_nohdr()
1079 start = __nla_reserve_nohdr(skb, attrlen); in __nla_put_nohdr()
/linux-6.12.1/include/net/
Dnetlink.h545 void *__nla_reserve_nohdr(struct sk_buff *skb, int attrlen);
/linux-6.12.1/net/core/
Ddrop_monitor.c251 __nla_reserve_nohdr(dskb, sizeof(struct net_dm_drop_point)); in trace_drop_common()