Searched refs:NLMSGERR_ATTR_MSG (Results 1 – 7 of 7) 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
65 case NLMSGERR_ATTR_MSG: in nl_get_extack()
274 if (tb_msg[NLMSGERR_ATTR_MSG]) { in ovpn_nl_cb_error()275 len = strnlen((char *)nla_data(tb_msg[NLMSGERR_ATTR_MSG]), in ovpn_nl_cb_error()276 nla_len(tb_msg[NLMSGERR_ATTR_MSG])); in ovpn_nl_cb_error()278 (char *)nla_data(tb_msg[NLMSGERR_ATTR_MSG])); in ovpn_nl_cb_error()
76 NLMSGERR_ATTR_MSG = 1 variable in Netlink218 if extack.type == Netlink.NLMSGERR_ATTR_MSG:
238 case NLMSGERR_ATTR_MSG: in ynl_ext_ack_check()
83 if (attrs->rta_type == NLMSGERR_ATTR_MSG) in nl_error()
Completed in 17 milliseconds