Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/bpf/
H A Dnlattr.c160 struct libbpf_nla_policy extack_policy[NLMSGERR_ATTR_MAX + 1] = { in libbpf_nla_dump_errormsg()
164 struct nlattr *tb[NLMSGERR_ATTR_MAX + 1], *attr; in libbpf_nla_dump_errormsg()
183 if (libbpf_nla_parse(tb, NLMSGERR_ATTR_MAX, attr, alen, in libbpf_nla_dump_errormsg()
/openbmc/linux/tools/include/uapi/linux/
H A Dnetlink.h142 NLMSGERR_ATTR_MAX = __NLMSGERR_ATTR_MAX - 1 enumerator
/openbmc/linux/tools/net/ynl/lib/
H A Dynl.c136 #define NLMSGERR_ATTR_MAX (NLMSGERR_ATTR_MAX + 2) macro
142 const struct nlattr *tb[NLMSGERR_ATTR_MAX + 1] = {}; in ynl_ext_ack_check()
157 if (type > NLMSGERR_ATTR_MAX) in ynl_ext_ack_check()
/openbmc/linux/include/uapi/linux/
H A Dnetlink.h160 NLMSGERR_ATTR_MAX = __NLMSGERR_ATTR_MAX - 1 enumerator