Searched refs:NLMSGERR_ATTR_MAX (Results 1 – 3 of 3) sorted by relevance
152 struct nla_policy extack_policy[NLMSGERR_ATTR_MAX + 1] = { in nla_dump_errormsg()156 struct nlattr *tb[NLMSGERR_ATTR_MAX + 1], *attr; in nla_dump_errormsg()175 if (nla_parse(tb, NLMSGERR_ATTR_MAX, attr, alen, extack_policy) != 0) { in nla_dump_errormsg()
142 NLMSGERR_ATTR_MAX = __NLMSGERR_ATTR_MAX - 1 enumerator