Home
last modified time | relevance | path

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

/net/mptcp/
Dtoken.c42 struct hlist_nulls_head msk_chain; member
73 sk_nulls_for_each_rcu(sk, pos, &t->msk_chain) in __token_lookup_msk()
175 __sk_nulls_add_node_rcu((struct sock *)msk, &bucket->msk_chain); in mptcp_token_new_connect()
202 __sk_nulls_add_node_rcu((struct sock *)msk, &bucket->msk_chain); in mptcp_token_accept()
217 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()
306 if (hlist_nulls_empty(&bucket->msk_chain)) in mptcp_token_iter_next()
310 sk_nulls_for_each_rcu(sk, pos, &bucket->msk_chain) { in mptcp_token_iter_next()
404 INIT_HLIST_NULLS_HEAD(&token_hash[i].msk_chain, i); in mptcp_token_init()