/kernel/linux/linux-5.10/net/mptcp/ |
H A D | token.c | 74 sk_nulls_for_each_rcu(sk, pos, &t->msk_chain) in __token_lookup_msk() 218 sk_nulls_for_each_rcu(sk, pos, &bucket->msk_chain) { in mptcp_token_exists() 254 sk_nulls_for_each_rcu(sk, pos, &bucket->msk_chain) { in mptcp_token_get_sock() 311 sk_nulls_for_each_rcu(sk, pos, &bucket->msk_chain) { in mptcp_token_iter_next()
|
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | token.c | 73 sk_nulls_for_each_rcu(sk, pos, &t->msk_chain) in __token_lookup_msk() 221 sk_nulls_for_each_rcu(sk, pos, &bucket->msk_chain) { in mptcp_token_exists() 257 sk_nulls_for_each_rcu(sk, pos, &bucket->msk_chain) { in mptcp_token_get_sock() 314 sk_nulls_for_each_rcu(sk, pos, &bucket->msk_chain) { in mptcp_token_iter_next()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | inet6_hashtables.c | 70 sk_nulls_for_each_rcu(sk, node, &head->chain) { in __inet6_lookup_established() 162 sk_nulls_for_each_rcu(sk, node, &ilb2->nulls_head) { in inet6_lhash2_lookup()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | inet_hashtables.c | 419 sk_nulls_for_each_rcu(sk, node, &head->chain) { in __inet_lookup_established() 537 sk_nulls_for_each_rcu(esk, node, list) { in inet_ehash_lookup_by_sk() function 622 sk_nulls_for_each_rcu(sk2, node, &ilb->nulls_head) { in inet_reuseport_add_sock()
|
H A D | inet_timewait_sock.c | 270 sk_nulls_for_each_rcu(sk, node, &head->chain) { in inet_twsk_purge()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | inet_hashtables.c | 394 sk_nulls_for_each_rcu(sk, node, &ilb2->nulls_head) { in inet_lhash2_lookup() 515 sk_nulls_for_each_rcu(sk, node, &head->chain) { in __inet_lookup_established() 633 sk_nulls_for_each_rcu(esk, node, list) { in inet_ehash_lookup_by_sk() function 718 sk_nulls_for_each_rcu(sk2, node, &ilb->nulls_head) { in inet_reuseport_add_sock()
|
H A D | inet_timewait_sock.c | 294 sk_nulls_for_each_rcu(sk, node, &head->chain) { in inet_twsk_purge()
|
/kernel/linux/linux-5.10/net/llc/ |
H A D | llc_sap.c | 324 sk_nulls_for_each_rcu(rc, node, laddr_hb) { in llc_lookup_dgram() function
|
H A D | llc_conn.c | 488 sk_nulls_for_each_rcu(rc, node, laddr_hb) { in __llc_lookup_established() function 547 sk_nulls_for_each_rcu(rc, node, laddr_hb) { in __llc_lookup_listener() function
|
/kernel/linux/linux-6.6/net/llc/ |
H A D | llc_sap.c | 328 sk_nulls_for_each_rcu(rc, node, laddr_hb) { in llc_lookup_dgram() function
|
H A D | llc_conn.c | 493 sk_nulls_for_each_rcu(rc, node, laddr_hb) { in __llc_lookup_established() function 556 sk_nulls_for_each_rcu(rc, node, laddr_hb) { in __llc_lookup_listener() function
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | ninet_hashtables.c | 322 sk_nulls_for_each_rcu(sk, node, &head->chain) { in __ninet_lookup_established()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | inet6_hashtables.c | 71 sk_nulls_for_each_rcu(sk, node, &head->chain) { in __inet6_lookup_established()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | sock.h | 834 #define sk_nulls_for_each_rcu(__sk, node, list) \ macro
|
/kernel/linux/linux-6.6/include/net/ |
H A D | sock.h | 892 #define sk_nulls_for_each_rcu(__sk, node, list) \ macro
|