Searched refs:nla_reserve (Results 1 – 6 of 6) sorted by relevance
/external/libnl/lib/ |
D | attr.c | 457 struct nlattr *nla_reserve(struct nl_msg *msg, int attrtype, int attrlen) in nla_reserve() function 505 nla = nla_reserve(msg, attrtype, datalen); in nla_put()
|
/external/libnl/include/netlink/ |
D | attr.h | 104 extern struct nlattr * nla_reserve(struct nl_msg *, int, int);
|
/external/libnl/ |
D | libnl-3.sym | 280 nla_reserve;
|
/external/libnl/lib/route/ |
D | route_obj.c | 999 nla = nla_reserve(msg, RTA_VIA, alen + sizeof(*via)); in rtnl_route_put_via()
|
/external/libnl/doc/ |
D | core.txt | 1992 struct nlattr *nla_reserve(struct nl_msg *msg, int attrtype, int len); 1995 The function nla_reserve() adds an attribute header at the end of the 2006 The function nla_put() is base don nla_reserve() but takes an additional
|
/external/libnl/lib/xfrm/ |
D | sa.c | 1222 encap_attr = nla_reserve(msg, XFRMA_ENCAP, len); in build_xfrm_sa_message()
|