Searched refs:nla_reserve (Results 1 – 3 of 3) sorted by relevance
456 struct nlattr *nla_reserve(struct nl_msg *msg, int attrtype, int attrlen) in nla_reserve() function507 nla = nla_reserve(msg, attrtype, datalen); in nla_put()
95 extern struct nlattr * nla_reserve(struct nl_msg *, int, int);
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 the2006 The function nla_put() is base don nla_reserve() but takes an additional