1SK_FOR_EACH_ENTRY_OF(9)        Linux Networking        SK_FOR_EACH_ENTRY_OF(9)
2
3
4

NAME

6       sk_for_each_entry_offset_rcu - iterate over a list at a given struct
7       offset
8

SYNOPSIS

10       sk_for_each_entry_offset_rcu(tpos, pos, head, offset);
11

ARGUMENTS

13       tpos
14           the type * to use as a loop cursor.
15
16       pos
17           the struct hlist_node to use as a loop cursor.
18
19       head
20           the head for your list.
21
22       offset
23           offset of hlist_node within the struct.
24
26Kernel Hackers Manual 3.10         June 2019           SK_FOR_EACH_ENTRY_OF(9)
Impressum