Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dnetlink.h138 NLMSGERR_ATTR_OFFS, enumerator
/linux/tools/lib/bpf/
H A Dnlattr.c161 [NLMSGERR_ATTR_OFFS] = { .type = LIBBPF_NLA_U32 }, in libbpf_nla_dump_errormsg()
/linux/include/uapi/linux/
H A Dnetlink.h153 NLMSGERR_ATTR_OFFS, enumerator
/linux/tools/testing/selftests/net/
H A Dnetlink-dumps.c69 case NLMSGERR_ATTR_OFFS: in nl_get_extack()
/linux/tools/net/ynl/lib/
H A Dynl.c232 case NLMSGERR_ATTR_OFFS: in ynl_ext_ack_check()
251 if (tb[NLMSGERR_ATTR_OFFS]) { in ynl_ext_ack_check()
255 ys->err.attr_offs = ynl_attr_get_u32(tb[NLMSGERR_ATTR_OFFS]); in ynl_ext_ack_check()
/linux/tools/net/ynl/pyynl/lib/
H A Dynl.py99 NLMSGERR_ATTR_OFFS = 2 variable in Netlink
368 elif extack.type == Netlink.NLMSGERR_ATTR_OFFS:
/linux/Documentation/userspace-api/netlink/
H A Dintro.rst367 ``NLMSGERR_ATTR_OFFS`` and ``NLMSGERR_ATTR_MISS_*``.
373 ``NLMSGERR_ATTR_OFFS`` points to the attribute which caused the problem.
/linux/tools/testing/selftests/net/mptcp/
H A Dpm_nl_ctl.c89 if (attrs->rta_type == NLMSGERR_ATTR_OFFS) { in nl_error()
/linux/net/netlink/
H A Daf_netlink.c2207 WARN_ON(nla_put_u32(skb, NLMSGERR_ATTR_OFFS, in netlink_ack_tlv_fill()