Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dnetlink.h513 int __nla_validate(const struct nlattr *head, int len, int maxtype,
845 return __nla_validate(head, len, maxtype, policy, NL_VALIDATE_LIBERAL, in nla_validate_deprecated()
867 return __nla_validate(head, len, maxtype, policy, NL_VALIDATE_STRICT, in nla_validate()
887 return __nla_validate(nlmsg_attrdata(nlh, hdrlen), in nlmsg_validate_deprecated()
1882 return __nla_validate(nla_data(start), nla_len(start), maxtype, policy, in __nla_validate_nested()
/openbmc/linux/lib/
H A Dnlattr.c651 int __nla_validate(const struct nlattr *head, int len, int maxtype, in __nla_validate() function
658 EXPORT_SYMBOL(__nla_validate);