list_next_entry (9) Linux Manual Page
list_next_entry – get the next element in list
Synopsis
- list_next_entry(pos, member);
Arguments
pos
-
- the type * to cursor
member
- the name of the list_head within the struct.
list_next_entry – get the next element in list
pos
member