Home
last modified time | relevance | path

Searched refs:NLMSGERR_ATTR_MSG (Results 1 – 10 of 10) sorted by relevance

/linux/tools/lib/bpf/
H A Dnlattr.c160 [NLMSGERR_ATTR_MSG] = { .type = LIBBPF_NLA_STRING }, in libbpf_nla_dump_errormsg()
188 if (tb[NLMSGERR_ATTR_MSG]) in libbpf_nla_dump_errormsg()
189 errmsg = (char *) libbpf_nla_data(tb[NLMSGERR_ATTR_MSG]); in libbpf_nla_dump_errormsg()
/linux/tools/include/uapi/linux/
H A Dnetlink.h137 NLMSGERR_ATTR_MSG, enumerator
/linux/include/uapi/linux/
H A Dnetlink.h152 NLMSGERR_ATTR_MSG, enumerator
/linux/tools/testing/selftests/net/
H A Dnetlink-dumps.c78 case NLMSGERR_ATTR_MSG: in nl_get_extack()
/linux/tools/testing/selftests/net/ovpn/
H A Dovpn-cli.c279 if (tb_msg[NLMSGERR_ATTR_MSG]) { in ovpn_nl_cb_error()
280 len = strnlen((char *)nla_data(tb_msg[NLMSGERR_ATTR_MSG]), in ovpn_nl_cb_error()
281 nla_len(tb_msg[NLMSGERR_ATTR_MSG])); in ovpn_nl_cb_error()
283 (char *)nla_data(tb_msg[NLMSGERR_ATTR_MSG])); in ovpn_nl_cb_error()
/linux/tools/net/ynl/pyynl/lib/
H A Dynl.py98 NLMSGERR_ATTR_MSG = 1 variable in Netlink
362 if extack.type == Netlink.NLMSGERR_ATTR_MSG:
/linux/Documentation/userspace-api/netlink/
H A Dintro.rst366 The most commonly used attributes are ``NLMSGERR_ATTR_MSG``,
369 ``NLMSGERR_ATTR_MSG`` carries a message in English describing
/linux/tools/net/ynl/lib/
H A Dynl.c238 case NLMSGERR_ATTR_MSG: in ynl_ext_ack_check()
/linux/tools/testing/selftests/net/mptcp/
H A Dpm_nl_ctl.c86 if (attrs->rta_type == NLMSGERR_ATTR_MSG) in nl_error()
/linux/net/netlink/
H A Daf_netlink.c2198 WARN_ON(nla_put_string(skb, NLMSGERR_ATTR_MSG, extack->_msg)); in netlink_ack_tlv_fill()