Home
last modified time | relevance | path

Searched refs:sk_for_each_entry_offset_rcu (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dsock.h847 * sk_for_each_entry_offset_rcu - iterate over a list at a given struct offset
854 #define sk_for_each_entry_offset_rcu(tpos, pos, head, offset) \ macro
/kernel/linux/linux-5.10/net/ipv6/
H A Dudp.c844 sk_for_each_entry_offset_rcu(sk, node, &hslot->head, offset) { in __udp6_lib_mcast_deliver()
/kernel/linux/linux-6.6/net/ipv6/
H A Dudp.c856 sk_for_each_entry_offset_rcu(sk, node, &hslot->head, offset) { in __udp6_lib_mcast_deliver()
/kernel/linux/linux-6.6/include/net/
H A Dsock.h907 * sk_for_each_entry_offset_rcu - iterate over a list at a given struct offset
914 #define sk_for_each_entry_offset_rcu(tpos, pos, head, offset) \ macro
/kernel/linux/linux-5.10/net/ipv4/
H A Dudp.c2256 sk_for_each_entry_offset_rcu(sk, node, &hslot->head, offset) { in __udp4_lib_mcast_deliver()
/kernel/linux/linux-6.6/net/ipv4/
H A Dudp.c2251 sk_for_each_entry_offset_rcu(sk, node, &hslot->head, offset) { in __udp4_lib_mcast_deliver()

Completed in 23 milliseconds