Example: linked list A kernel linked list looks like this: The relevant declaration is this: struct list_head { struct list_head *next, *prev; };