Home
last modified time | relevance | path

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

/linux-6.12.1/tools/include/uapi/linux/ !
Dnetlink.h138 NLMSGERR_ATTR_OFFS, enumerator
/linux-6.12.1/tools/lib/bpf/ !
Dnlattr.c162 [NLMSGERR_ATTR_OFFS] = { .type = LIBBPF_NLA_U32 }, in libbpf_nla_dump_errormsg()
/linux-6.12.1/include/uapi/linux/ !
Dnetlink.h153 NLMSGERR_ATTR_OFFS, enumerator
/linux-6.12.1/tools/net/ynl/lib/ !
Dynl.c166 case NLMSGERR_ATTR_OFFS: in ynl_ext_ack_check()
185 if (tb[NLMSGERR_ATTR_OFFS]) { in ynl_ext_ack_check()
189 ys->err.attr_offs = ynl_attr_get_u32(tb[NLMSGERR_ATTR_OFFS]); in ynl_ext_ack_check()
Dynl.py74 NLMSGERR_ATTR_OFFS = 2 variable in Netlink
221 elif extack.type == Netlink.NLMSGERR_ATTR_OFFS:
/linux-6.12.1/Documentation/userspace-api/netlink/ !
Dintro.rst367 ``NLMSGERR_ATTR_OFFS`` and ``NLMSGERR_ATTR_MISS_*``.
373 ``NLMSGERR_ATTR_OFFS`` points to the attribute which caused the problem.
/linux-6.12.1/tools/testing/selftests/net/mptcp/ !
Dpm_nl_ctl.c86 if (attrs->rta_type == NLMSGERR_ATTR_OFFS) { in nl_error()
/linux-6.12.1/net/netlink/ !
Daf_netlink.c2196 WARN_ON(nla_put_u32(skb, NLMSGERR_ATTR_OFFS, in netlink_ack_tlv_fill()