Home
last modified time | relevance | path

Searched refs:msk_chain (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/net/mptcp/
Dtoken.c43 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()
253 sk_nulls_for_each_rcu(sk, pos, &bucket->msk_chain) { in mptcp_token_get_sock()
302 if (hlist_nulls_empty(&bucket->msk_chain)) in mptcp_token_iter_next()
306 sk_nulls_for_each_rcu(sk, pos, &bucket->msk_chain) { in mptcp_token_iter_next()
400 INIT_HLIST_NULLS_HEAD(&token_hash[i].msk_chain, i); in mptcp_token_init()