Searched refs:nla_find (Results 1 – 4 of 4) sorted by relevance
86 extern struct nlattr * nla_find(struct nlattr *, int, int);
323 struct nlattr *nla_find(struct nlattr *head, int len, int attrtype) in nla_find() function
233 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