Lines Matching defs:fastopen_sk
6853 struct sock *fastopen_sk = NULL;
6957 fastopen_sk = tcp_try_fastopen(sk, skb, req, &foc, dst);
6959 if (fastopen_sk) {
6960 af_ops->send_synack(fastopen_sk, dst, &fl, req,
6963 if (!inet_csk_reqsk_queue_add(sk, req, fastopen_sk)) {
6964 reqsk_fastopen_remove(fastopen_sk, req, false);
6965 bh_unlock_sock(fastopen_sk);
6966 sock_put(fastopen_sk);
6970 bh_unlock_sock(fastopen_sk);
6971 sock_put(fastopen_sk);