Searched refs:ILA_ATTR_MAX (Results 1 – 3 of 3) sorted by relevance
7 static const struct nla_policy ila_nl_policy[ILA_ATTR_MAX + 1] = {50 .maxattr = ILA_ATTR_MAX,
126 static const struct nla_policy ila_nl_policy[ILA_ATTR_MAX + 1] = {140 struct nlattr *tb[ILA_ATTR_MAX + 1]; in ila_build_state()154 ret = nla_parse_nested_deprecated(tb, ILA_ATTR_MAX, nla, in ila_build_state()
26 #define ILA_ATTR_MAX (__ILA_ATTR_MAX - 1) macro