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

/linux-master/lib/
H A Dnlattr.c940 * __nla_reserve_nohdr - reserve room for attribute without header
949 void *__nla_reserve_nohdr(struct sk_buff *skb, int attrlen) function
953 EXPORT_SYMBOL(__nla_reserve_nohdr); variable
1021 return __nla_reserve_nohdr(skb, attrlen);
1079 start = __nla_reserve_nohdr(skb, attrlen);
/linux-master/include/net/
H A Dnetlink.h540 void *__nla_reserve_nohdr(struct sk_buff *skb, int attrlen);
/linux-master/net/core/
H A Ddrop_monitor.c250 __nla_reserve_nohdr(dskb, sizeof(struct net_dm_drop_point));

Completed in 132 milliseconds