Searched refs:nla_validate (Results 1 – 5 of 5) sorted by relevance
/external/libnl/lib/genl/ |
D | genl.c | 160 return nla_validate(genlmsg_attrdata(ghdr, hdrlen), in genlmsg_validate()
|
/external/libnl/include/netlink/ |
D | attr.h | 84 extern int nla_validate(struct nlattr *, int, int,
|
/external/libnl/lib/ |
D | attr.c | 294 int nla_validate(struct nlattr *head, int len, int maxtype, in nla_validate() function
|
D | msg.c | 250 return nla_validate(nlmsg_attrdata(nlh, hdrlen), in nlmsg_validate()
|
/external/libnl/doc/ |
D | core.txt | 1402 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()
|