Searched refs:nla_reserve_nohdr (Results 1 - 6 of 6) sorted by relevance

/linux-master/net/packet/
H A Ddiag.c51 dml = nla_reserve_nohdr(nlskb, sizeof(*dml));
/linux-master/lib/
H A Dnlattr.c1007 * nla_reserve_nohdr - reserve room for attribute without header
1016 void *nla_reserve_nohdr(struct sk_buff *skb, int attrlen) function
1023 EXPORT_SYMBOL(nla_reserve_nohdr); variable
/linux-master/net/ipv4/
H A Dipmr_base.c246 nhp = nla_reserve_nohdr(skb, sizeof(*nhp));
H A Dfib_semantics.c1714 rtnh = nla_reserve_nohdr(skb, sizeof(*rtnh));
/linux-master/include/net/
H A Dnetlink.h93 * nla_reserve_nohdr(skb, len) reserve room for an attribute w/o hdr
544 void *nla_reserve_nohdr(struct sk_buff *skb, int attrlen);
/linux-master/net/mpls/
H A Daf_mpls.c2055 rtnh = nla_reserve_nohdr(skb, sizeof(*rtnh));

Completed in 383 milliseconds