Searched refs:nla_is_nested (Results 1 – 4 of 4) sorted by relevance
130 extern int nla_is_nested(struct nlattr *);
887 nla_is_nested(nla) ? " NESTED" : "", in dump_attrs()890 if (nla_is_nested(nla)) in dump_attrs()
903 int nla_is_nested(struct nlattr *attr) in nla_is_nested() function
105 if (!nla_is_nested(attr)) { in bridge_parse_protinfo()