Searched defs:maxtype (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.c26 static int validate_nla(struct nlattr *nla, int maxtype, argument
101 int nla_validate(struct nlattr *head, int len, int maxtype, argument
132 int nla_parse(struct nlattr *tb[], int maxtype, struc argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dnetlink.h394 static inline int nlmsg_validate(struct nlmsghdr *nlh, int hdrlen, int maxtype, argument
361 nlmsg_parse(struct nlmsghdr *nlh, int hdrlen, struct nlattr *tb[], int maxtype, const struct nla_policy *policy) argument
696 nla_parse_nested(struct nlattr *tb[], int maxtype, struct nlattr *nla, const struct nla_policy *policy) argument
958 nla_validate_nested(struct nlattr *start, int maxtype, const struct nla_policy *policy) argument
[all...]

Completed in 53 milliseconds