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