list_for_each_entry_safe_continue —
the type * to use as a loop cursor.
another type * to use as temporary storage
the head for your list.
the name of the list_struct within the struct.
Iterate over list of given type, continuing after current point, safe against removal of list entry.