Searched defs:nla_nest_start (Results 1 - 1 of 1) sorted by relevance

/external/libnl/lib/
H A Dattr.c234 * // to be nested with calls to nla_nest_start() respetively nla_nest_end().
235 * struct nlattr *opts = nla_nest_start(msg, ATTR_OPTS);
301 * if (!(info = nla_nest_start(msg, IFLA_LINKINFO)))
309 * if (!(vlan = nla_nest_start(msg, IFLA_INFO_DATA)))
1122 struct nlattr *nla_nest_start(struct nl_msg *msg, int attrtype) function
1135 * @arg start Container attribute as returned from nla_nest_start().

Completed in 75 milliseconds