Searched refs:nla_validate (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netlink/
H A Dattr.c89 * nla_validate - Validate a stream of attributes
101 int nla_validate(struct nlattr *head, int len, int maxtype, function
422 EXPORT_SYMBOL(nla_validate); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dnetlink.h149 * nla_validate() validate a stream of attributes
224 extern int nla_validate(struct nlattr *head, int len, int maxtype,
400 return nla_validate(nlmsg_attrdata(nlh, hdrlen),
961 return nla_validate(nla_data(start), nla_len(start), maxtype, policy);

Completed in 157 milliseconds