Home
last modified time | relevance | path

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

/external/libnl/lib/
Dattr.c798 struct nlattr *nla_reserve(struct nl_msg *msg, int attrtype, int attrlen) in nla_reserve() function
841 nla = nla_reserve(msg, attrtype, datalen); in nla_put()
/external/libnl/include/netlink/
Dattr.h95 extern struct nlattr * nla_reserve(struct nl_msg *, int, int);