NLMSGERR_ATTR_MSG 2273 net/netlink/af_netlink.c 		if (!nla_put_string(skb, NLMSGERR_ATTR_MSG, extack._msg))
NLMSGERR_ATTR_MSG 2427 net/netlink/af_netlink.c 			WARN_ON(nla_put_string(skb, NLMSGERR_ATTR_MSG,
NLMSGERR_ATTR_MSG  160 tools/lib/bpf/nlattr.c 		[NLMSGERR_ATTR_MSG]	= { .type = LIBBPF_NLA_STRING },
NLMSGERR_ATTR_MSG  189 tools/lib/bpf/nlattr.c 	if (tb[NLMSGERR_ATTR_MSG])
NLMSGERR_ATTR_MSG  190 tools/lib/bpf/nlattr.c 		errmsg = (char *) libbpf_nla_data(tb[NLMSGERR_ATTR_MSG]);