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

/external/libnl/lib/
H A Dattr.c225 * nla_parse_nested() or nla_validate().
241 * // nla_parse_nested() which also allows validation in the same step.
245 * nla_parse_nested(nested, ATTR_MAX, attrs[ATTR_OPTS], &policy);
361 * if ((err = nla_parse_nested(nested, NESTED_MAX, attrs[ATTR_BAR],
1161 int nla_parse_nested(struct nlattr *tb[], int maxtype, struct nlattr *nla, function

Completed in 72 milliseconds