Home
last modified time | relevance | path

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

/external/libnl/include/netlink/
Dattr.h130 extern int nla_is_nested(struct nlattr *);
/external/libnl/lib/
Dmsg.c887 nla_is_nested(nla) ? " NESTED" : "", in dump_attrs()
890 if (nla_is_nested(nla)) in dump_attrs()
Dattr.c903 int nla_is_nested(struct nlattr *attr) in nla_is_nested() function
/external/libnl/lib/route/link/
Dbridge.c105 if (!nla_is_nested(attr)) { in bridge_parse_protinfo()