Searched refs:nla_is_nested (Results 1 – 5 of 5) sorted by relevance
150 extern int nla_is_nested(const struct nlattr *);
257 nla_is_nested;
891 nla_is_nested(nla) ? " NESTED" : "", in dump_attrs()894 if (nla_is_nested(nla)) in dump_attrs()
1033 int nla_is_nested(const struct nlattr *attr) in nla_is_nested() function
138 if (!nla_is_nested(attr)) { in bridge_parse_protinfo()