ILA_ATTR_MAX
static const struct nla_policy ila_nl_policy[ILA_ATTR_MAX + 1] = {
struct nlattr *tb[ILA_ATTR_MAX + 1];
ret = nla_parse_nested_deprecated(tb, ILA_ATTR_MAX, nla,
.maxattr = ILA_ATTR_MAX,
static const struct nla_policy ila_nl_policy[ILA_ATTR_MAX + 1] = {