list_for_each_entry — iterate over list of given type
list_for_each_entry ( pos, head, member);
list_for_each_entry
the type * to use as a loop cursor.
the head for your list.
the name of the list_struct within the struct.