Searched refs:msk_chain (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/mptcp/ |
H A D | token.c | 43 struct hlist_nulls_head msk_chain; member 74 sk_nulls_for_each_rcu(sk, pos, &t->msk_chain) in __token_lookup_msk() 176 __sk_nulls_add_node_rcu((struct sock *)msk, &bucket->msk_chain); in mptcp_token_new_connect() 203 __sk_nulls_add_node_rcu((struct sock *)msk, &bucket->msk_chain); in mptcp_token_accept() 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() 307 if (hlist_nulls_empty(&bucket->msk_chain)) in mptcp_token_iter_next() 311 sk_nulls_for_each_rcu(sk, pos, &bucket->msk_chain) { in mptcp_token_iter_next() 405 INIT_HLIST_NULLS_HEAD(&token_hash[i].msk_chain, i); in mptcp_token_init()
|
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | token.c | 42 struct hlist_nulls_head msk_chain; member 73 sk_nulls_for_each_rcu(sk, pos, &t->msk_chain) in __token_lookup_msk() 176 __sk_nulls_add_node_rcu((struct sock *)msk, &bucket->msk_chain); in mptcp_token_new_connect() 206 __sk_nulls_add_node_rcu((struct sock *)msk, &bucket->msk_chain); in mptcp_token_accept() 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() 310 if (hlist_nulls_empty(&bucket->msk_chain)) in mptcp_token_iter_next() 314 sk_nulls_for_each_rcu(sk, pos, &bucket->msk_chain) { in mptcp_token_iter_next() 411 INIT_HLIST_NULLS_HEAD(&token_hash[i].msk_chain, i); in mptcp_token_init()
|
Completed in 2 milliseconds