Searched refs:nla_find (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netlink/
H A Dattr.c164 * nla_find - Find a specific attribute in a stream of attributes
171 struct nlattr *nla_find(struct nlattr *head, int len, int attrtype) function
424 EXPORT_SYMBOL(nla_find); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dnetlink.h151 * nla_find() find attribute in stream of attributes
229 extern struct nlattr * nla_find(struct nlattr *head, int len, int attrtype);
383 return nla_find(nlmsg_attrdata(nlh, hdrlen),
684 return nla_find(nla_data(nla), nla_len(nla), attrtype);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dfib_semantics.c404 nla = nla_find(attrs, attrlen, RTA_GATEWAY);
407 nla = nla_find(attrs, attrlen, RTA_FLOW);
457 nla = nla_find(attrs, attrlen, RTA_GATEWAY);
461 nla = nla_find(attrs, attrlen, RTA_FLOW);

Completed in 110 milliseconds