Home
last modified time | relevance | path

Searched refs:nla_ok (Results 1 – 3 of 3) sorted by relevance

/external/libnl/include/netlink/
Dattr.h80 extern int nla_ok(const struct nlattr *, int);
264 nla_ok(pos, rem); \
276 nla_ok(pos, rem); \
/external/libnl/lib/
Dattr.c148 int nla_ok(const struct nlattr *nla, int remaining) in nla_ok() function
/external/libnl/doc/
Dcore.txt1715 in the attribute stream. The function nla_ok() exists to determine whether
1722 int nla_ok(const struct nlattr *attr, int remaining);
1725 A typical use of nla_ok() and nla_next() looks like this:
1727 .nla_ok()/nla_next() usage
1736 while (nla_ok(hdr, remaining)) {
1742 NOTE: `nla_ok()` only returns true if the *complete* attributes