NL802154_DEV_ATTR_MAX 1710 net/ieee802154/nl802154.c static const struct nla_policy nl802154_dev_policy[NL802154_DEV_ATTR_MAX + 1] = {
NL802154_DEV_ATTR_MAX 1723 net/ieee802154/nl802154.c 	struct nlattr *attrs[NL802154_DEV_ATTR_MAX + 1];
NL802154_DEV_ATTR_MAX 1725 net/ieee802154/nl802154.c 	if (!nla || nla_parse_nested_deprecated(attrs, NL802154_DEV_ATTR_MAX, nla, nl802154_dev_policy, NULL))
NL802154_DEV_ATTR_MAX 1773 net/ieee802154/nl802154.c 	struct nlattr *attrs[NL802154_DEV_ATTR_MAX + 1];
NL802154_DEV_ATTR_MAX 1776 net/ieee802154/nl802154.c 	if (nla_parse_nested_deprecated(attrs, NL802154_DEV_ATTR_MAX, info->attrs[NL802154_ATTR_SEC_DEVICE], nl802154_dev_policy, info->extack))