Searched refs:NLMSGERR_ATTR_MSG (Results 1 – 10 of 10) sorted by relevance
160 [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()
137 NLMSGERR_ATTR_MSG, enumerator
152 NLMSGERR_ATTR_MSG, enumerator
78 case NLMSGERR_ATTR_MSG: in nl_get_extack()
279 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()
98 NLMSGERR_ATTR_MSG = 1 variable in Netlink362 if extack.type == Netlink.NLMSGERR_ATTR_MSG:
366 The most commonly used attributes are ``NLMSGERR_ATTR_MSG``,369 ``NLMSGERR_ATTR_MSG`` carries a message in English describing
238 case NLMSGERR_ATTR_MSG: in ynl_ext_ack_check()
86 if (attrs->rta_type == NLMSGERR_ATTR_MSG) in nl_error()
2198 WARN_ON(nla_put_string(skb, NLMSGERR_ATTR_MSG, extack->_msg)); in netlink_ack_tlv_fill()