Searched refs:nla_reserve (Results 1 – 2 of 2) sorted by relevance
798 struct nlattr *nla_reserve(struct nl_msg *msg, int attrtype, int attrlen) in nla_reserve() function841 nla = nla_reserve(msg, attrtype, datalen); in nla_put()
95 extern struct nlattr * nla_reserve(struct nl_msg *, int, int);