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