Lines Matching defs:fastopen_sk
6973 struct sock *fastopen_sk = NULL;
7072 fastopen_sk = tcp_try_fastopen(sk, skb, req, &foc, dst);
7074 if (fastopen_sk) {
7075 af_ops->send_synack(fastopen_sk, dst, &fl, req,
7078 if (!inet_csk_reqsk_queue_add(sk, req, fastopen_sk)) {
7079 reqsk_fastopen_remove(fastopen_sk, req, false);
7080 bh_unlock_sock(fastopen_sk);
7081 sock_put(fastopen_sk);
7085 bh_unlock_sock(fastopen_sk);
7086 sock_put(fastopen_sk);