SYNOPSIS
- sk_nulls_for_each_entry_offset(tpos, pos, head, offset);
ARGUMENTS
tpos
-
- the type * to use as a loop cursor.
pos
- the struct hlist_node to use as a loop cursor.
head
- the head for your list.
offset
- offset of hlist_node within the struct.
COPYRIGHT