Home
last modified time | relevance | path

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

/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()
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()