Home
last modified time | relevance | path

Searched refs:NL802154_SECLEVEL_ATTR_MAX (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Dnl802154.h512 NL802154_SECLEVEL_ATTR_MAX = __NL802154_SECLEVEL_ATTR_AFTER_LAST - 1 enumerator
/linux/net/ieee802154/
H A Dnl802154.c2611 static const struct nla_policy nl802154_seclevel_policy[NL802154_SECLEVEL_ATTR_MAX + 1] = {
2621 struct nlattr *attrs[NL802154_SECLEVEL_ATTR_MAX + 1]; in llsec_parse_seclevel()
2623 …if (!nla || nla_parse_nested_deprecated(attrs, NL802154_SECLEVEL_ATTR_MAX, nla, nl802154_seclevel_… in llsec_parse_seclevel()