Searched refs:__nla_reserve_nohdr (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | nlattr.c | 884 * __nla_reserve_nohdr - reserve room for attribute without header 893 void *__nla_reserve_nohdr(struct sk_buff *skb, int attrlen) in __nla_reserve_nohdr() function 897 EXPORT_SYMBOL(__nla_reserve_nohdr); variable 965 return __nla_reserve_nohdr(skb, attrlen); in nla_reserve_nohdr() 1023 start = __nla_reserve_nohdr(skb, attrlen); in __nla_put_nohdr()
|
/kernel/linux/linux-6.6/lib/ |
H A D | nlattr.c | 918 * __nla_reserve_nohdr - reserve room for attribute without header 927 void *__nla_reserve_nohdr(struct sk_buff *skb, int attrlen) in __nla_reserve_nohdr() function 931 EXPORT_SYMBOL(__nla_reserve_nohdr); variable 999 return __nla_reserve_nohdr(skb, attrlen); in nla_reserve_nohdr() 1057 start = __nla_reserve_nohdr(skb, attrlen); in __nla_put_nohdr()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | netlink.h | 517 void *__nla_reserve_nohdr(struct sk_buff *skb, int attrlen);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | netlink.h | 529 void *__nla_reserve_nohdr(struct sk_buff *skb, int attrlen);
|
/kernel/linux/linux-5.10/net/core/ |
H A D | drop_monitor.c | 250 __nla_reserve_nohdr(dskb, sizeof(struct net_dm_drop_point)); in trace_drop_common()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | drop_monitor.c | 250 __nla_reserve_nohdr(dskb, sizeof(struct net_dm_drop_point)); in trace_drop_common()
|
Completed in 13 milliseconds