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