Home
last modified time | relevance | path

Searched refs:nla_reserve (Results 1 – 6 of 6) sorted by relevance

/external/libnl/lib/
Dattr.c457 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/
Dattr.h104 extern struct nlattr * nla_reserve(struct nl_msg *, int, int);
/external/libnl/
Dlibnl-3.sym280 nla_reserve;
/external/libnl/lib/route/
Droute_obj.c999 nla = nla_reserve(msg, RTA_VIA, alen + sizeof(*via)); in rtnl_route_put_via()
/external/libnl/doc/
Dcore.txt1992 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/
Dsa.c1222 encap_attr = nla_reserve(msg, XFRMA_ENCAP, len); in build_xfrm_sa_message()