1SK_FOR_EACH_ENTRY_OF(9) Linux Networking SK_FOR_EACH_ENTRY_OF(9)
23
4
NAME
6sk_for_each_entry_offset_rcu - iterate over a list at a given struct
7offset
8
SYNOPSIS
10sk_for_each_entry_offset_rcu(tpos, pos, head, offset);
11
ARGUMENTS
13tpos
14the type * to use as a loop cursor.
1516
pos
17the struct hlist_node to use as a loop cursor.
1819
head
20the head for your list.
2122
offset
23offset of hlist_node within the struct.
24
COPYRIGHT
26Kernel Hackers Manual 3.10 June 2019 SK_FOR_EACH_ENTRY_OF(9)