Home
last modified time | relevance | path

Searched refs:nla_validate (Results 1 – 6 of 6) sorted by relevance

/external/libnl/lib/genl/
Dgenl.c160 return nla_validate(genlmsg_attrdata(ghdr, hdrlen), in genlmsg_validate()
/external/libnl/include/netlink/
Dattr.h84 extern int nla_validate(struct nlattr *, int, int,
/external/syzkaller/pkg/report/testdata/linux/report/
D23148 [ 167.677419] ? nla_validate+0x1c0/0x1c0
/external/libnl/lib/
Dattr.c294 int nla_validate(struct nlattr *head, int len, int maxtype, in nla_validate() function
Dmsg.c250 return nla_validate(nlmsg_attrdata(nlh, hdrlen), in nlmsg_validate()
/external/libnl/doc/
Dcore.txt1402 The function nlmsg_validate() is based on nla_validate() and behaves
1826 One of the functions which use struct nla_policy is nla_validate().
1837 int nla_validate(struct nlattr *head, int len, int maxtype, struct nla_policy *policy);
1840 The function nla_validate() returns 0 if all attributes are valid,
1843 Most applications will rarely use nla_validate() directly but use
2252 nlmsg_parse(), nla_validate(), or nla_parse() only the
2255 must explicitely call nla_validate() or use nla_parse_nested()