IFAL_MAX
static const struct nla_policy ifal_policy[IFAL_MAX+1] = {
struct nlattr *tb[IFAL_MAX+1];
err = nlmsg_parse_deprecated(nlh, sizeof(*ifal), tb, IFAL_MAX,
IFAL_MAX, ifal_policy, extack);
err = nlmsg_parse_deprecated_strict(nlh, sizeof(*ifal), tb, IFAL_MAX,
for (i = 0; i <= IFAL_MAX; i++) {
struct nlattr *tb[IFAL_MAX+1];