Lines Matching refs:sock
30 #include <net/sock.h>
72 struct sock *sk;
152 int mptcp_token_new_connect(struct sock *sk)
176 __sk_nulls_add_node_rcu((struct sock *)msk, &bucket->msk_chain);
183 * mptcp_token_accept - replace a req sk with full sock in token hash
203 __sk_nulls_add_node_rcu((struct sock *)msk, &bucket->msk_chain);
212 struct sock *sk;
234 * mptcp_token_get_sock - retrieve mptcp connection sock using its token
248 struct sock *sk;
303 struct sock *sk;
377 if (sk_unhashed((struct sock *)msk))
384 __sk_nulls_del_node_init_rcu((struct sock *)pos);