Searched refs:nla_find (Results 1 – 5 of 5) sorted by relevance
95 extern struct nlattr * nla_find(const struct nlattr *, int, int);
249 nla_find;
324 struct nlattr *nla_find(const struct nlattr *head, int len, int attrtype) in nla_find() function
235 return nla_find(nlmsg_attrdata(nlh, hdrlen), in nlmsg_find_attr()
1926 functions nla_find() or nlmsg_find_attr(). These function will iterate1934 struct nlattr *nla_find(struct nlattr *head, int len, int attrtype);1944 NOTE: `nla_find()` and `nlmsg_find_attr()` will *not* search in nested