ips_command
SLIST_ENTRY(ips_command) next;
void (*callback)(struct ips_command *command);
SLIST_HEAD(command_list, ips_command) free_cmd_list;