Scroll to navigation

SK_FOR_EACH_ENTRY_OF(9) Linux Networking SK_FOR_EACH_ENTRY_OF(9)

NAME

sk_for_each_entry_offset_rcu - iterate over a list at a given struct offset

SYNOPSIS

sk_for_each_entry_offset_rcu(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

July 2017 Kernel Hackers Manual 4.11