Home
last modified time | relevance | path

Searched refs:nla_is_nested (Results 1 – 5 of 5) sorted by relevance

/external/libnl/include/netlink/
Dattr.h150 extern int nla_is_nested(const struct nlattr *);
/external/libnl/
Dlibnl-3.sym257 nla_is_nested;
/external/libnl/lib/
Dmsg.c891 nla_is_nested(nla) ? " NESTED" : "", in dump_attrs()
894 if (nla_is_nested(nla)) in dump_attrs()
Dattr.c1033 int nla_is_nested(const struct nlattr *attr) in nla_is_nested() function
/external/libnl/lib/route/link/
Dbridge.c138 if (!nla_is_nested(attr)) { in bridge_parse_protinfo()