Home
last modified time | relevance | path

Searched refs:NLMSGERR_ATTR_OFFS (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dnetlink.h138 NLMSGERR_ATTR_OFFS, enumerator
/openbmc/linux/tools/lib/bpf/
H A Dnlattr.c162 [NLMSGERR_ATTR_OFFS] = { .type = LIBBPF_NLA_U32 }, in libbpf_nla_dump_errormsg()
/openbmc/linux/include/uapi/linux/
H A Dnetlink.h153 NLMSGERR_ATTR_OFFS, enumerator
/openbmc/linux/tools/net/ynl/lib/
H A Dynl.c163 case NLMSGERR_ATTR_OFFS: in ynl_ext_ack_check()
182 if (tb[NLMSGERR_ATTR_OFFS]) { in ynl_ext_ack_check()
186 ys->err.attr_offs = mnl_attr_get_u32(tb[NLMSGERR_ATTR_OFFS]); in ynl_ext_ack_check()
H A Dynl.py72 NLMSGERR_ATTR_OFFS = 2 variable in Netlink
219 elif extack.type == Netlink.NLMSGERR_ATTR_OFFS:
/openbmc/linux/Documentation/userspace-api/netlink/
H A Dintro.rst363 ``NLMSGERR_ATTR_OFFS`` and ``NLMSGERR_ATTR_MISS_*``.
369 ``NLMSGERR_ATTR_OFFS`` points to the attribute which caused the problem.
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dpm_nl_ctl.c92 if (attrs->rta_type == NLMSGERR_ATTR_OFFS) { in nl_error()
/openbmc/linux/net/netlink/
H A Daf_netlink.c2443 WARN_ON(nla_put_u32(skb, NLMSGERR_ATTR_OFFS, in netlink_ack_tlv_fill()