Home
last modified time | relevance | path

Searched refs:NLMSGERR_ATTR_MSG (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dnlattr.c161 [NLMSGERR_ATTR_MSG] = { .type = LIBBPF_NLA_STRING }, in libbpf_nla_dump_errormsg()
189 if (tb[NLMSGERR_ATTR_MSG]) in libbpf_nla_dump_errormsg()
190 errmsg = (char *) libbpf_nla_data(tb[NLMSGERR_ATTR_MSG]); in libbpf_nla_dump_errormsg()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dnlattr.c161 [NLMSGERR_ATTR_MSG] = { .type = LIBBPF_NLA_STRING }, in libbpf_nla_dump_errormsg()
189 if (tb[NLMSGERR_ATTR_MSG]) in libbpf_nla_dump_errormsg()
190 errmsg = (char *) libbpf_nla_data(tb[NLMSGERR_ATTR_MSG]); in libbpf_nla_dump_errormsg()
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dnetlink.h126 * @NLMSGERR_ATTR_MSG: error message string (string)
137 NLMSGERR_ATTR_MSG, enumerator
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dnetlink.h126 * @NLMSGERR_ATTR_MSG: error message string (string)
137 NLMSGERR_ATTR_MSG, enumerator
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dnetlink.h90 NLMSGERR_ATTR_MSG, enumerator
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dnetlink.h126 * @NLMSGERR_ATTR_MSG: error message string (string)
138 NLMSGERR_ATTR_MSG, enumerator
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dnetlink.h136 * @NLMSGERR_ATTR_MSG: error message string (string)
152 NLMSGERR_ATTR_MSG, enumerator
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dnetlink.h98 NLMSGERR_ATTR_MSG, enumerator
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dnetlink.h98 NLMSGERR_ATTR_MSG, enumerator
/kernel/linux/linux-6.6/tools/net/ynl/lib/
H A Dynl.py71 NLMSGERR_ATTR_MSG = 1 variable in Netlink
212 if extack.type == Netlink.NLMSGERR_ATTR_MSG:
H A Dynl.c169 case NLMSGERR_ATTR_MSG: in ynl_ext_ack_check()
/kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/
H A Dpm_nl_ctl.c70 if (attrs->rta_type == NLMSGERR_ATTR_MSG) in nl_error()
/kernel/linux/linux-5.10/net/netlink/
H A Daf_netlink.c2201 if (!nla_put_string(skb, NLMSGERR_ATTR_MSG, extack->_msg)) in netlink_dump_done()
2447 WARN_ON(nla_put_string(skb, NLMSGERR_ATTR_MSG, in netlink_ack()
/kernel/linux/linux-6.6/net/netlink/
H A Daf_netlink.c2194 if (!nla_put_string(skb, NLMSGERR_ATTR_MSG, extack->_msg)) in netlink_dump_done()
2432 WARN_ON(nla_put_string(skb, NLMSGERR_ATTR_MSG, extack->_msg)); in netlink_ack_tlv_fill()
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/
H A Dpm_nl_ctl.c89 if (attrs->rta_type == NLMSGERR_ATTR_MSG) in nl_error()

Completed in 19 milliseconds