Home
last modified time | relevance | path

Searched refs:nla_next (Results 1 – 6 of 6) sorted by relevance

/external/libnl/include/netlink/
Dattr.h90 extern struct nlattr * nla_next(const struct nlattr *, int *);
321 pos = nla_next(pos, &(rem)))
333 pos = nla_next(pos, &(rem)))
/external/libnl/
Dlibnl-3.sym264 nla_next;
/external/libnl/lib/
Dattr.c172 struct nlattr *nla_next(const struct nlattr *nla, int *remaining) in nla_next() function
/external/libnl/lib/route/link/
Dmacvlan.c128 for (; nla_ok(nla, len); nla = nla_next(nla, &len)) { in macvlan_parse()
Dsriov.c547 nla = nla_next(nla, &len)) { in rtnl_link_sriov_parse_vflist()
/external/libnl/doc/
Dcore.txt1699 header. Any subsequent attribute is accessed with the function nla_next()
1706 struct nlattr *nla_next(const struct nlattr *attr, int *remaining);
1709 The semantics are equivalent to nlmsg_next() and thus nla_next() will also
1725 A typical use of nla_ok() and nla_next() looks like this:
1727 .nla_ok()/nla_next() usage
1738 hdr = nla_next(hdr, &remaining);