Searched refs:NLMSG_ERROR (Results 1 – 4 of 4) sorted by relevance
24 …[NLMSG_ERROR] = { .type = NETLINK_TYPE_NESTED, .type_system = &error_type_system, .size = sizeof(s…63 if (IN_SET(type, NLMSG_DONE, NLMSG_ERROR)) in type_system_root_get_type_system_and_header_size()
103 r = message_new(nl, ret, NLMSG_ERROR); in message_new_synthetic_error()1327 return m->hdr->nlmsg_type == NLMSG_ERROR; in sd_netlink_message_is_error()
104 #define NLMSG_ERROR 0x2 /* Error */ macro
450 if (IN_SET(nl->nlmsg_type, NLMSG_NOOP, NLMSG_ERROR)) in server_process_audit_message()