Searched refs:NLMSGERR_ATTR_MSG (Results 1 – 8 of 8) sorted by relevance
161 [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()
137 NLMSGERR_ATTR_MSG, enumerator
152 NLMSGERR_ATTR_MSG, enumerator
71 NLMSGERR_ATTR_MSG = 1 variable in Netlink212 if extack.type == Netlink.NLMSGERR_ATTR_MSG:
169 case NLMSGERR_ATTR_MSG: in ynl_ext_ack_check()
362 The most commonly used attributes are ``NLMSGERR_ATTR_MSG``,365 ``NLMSGERR_ATTR_MSG`` carries a message in English describing
2194 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()
89 if (attrs->rta_type == NLMSGERR_ATTR_MSG) in nl_error()