Searched refs:fastopen_sk (Results 1 – 1 of 1) sorted by relevance
/linux/net/ipv4/ |
H A D | tcp_input.c | 7209 struct sock *fastopen_sk = NULL; in tcp_conn_request() local 7333 fastopen_sk = tcp_try_fastopen(sk, skb, req, &foc, dst); in tcp_conn_request() 7335 if (fastopen_sk) { in tcp_conn_request() 7336 af_ops->send_synack(fastopen_sk, dst, &fl, req, in tcp_conn_request() 7339 if (!inet_csk_reqsk_queue_add(sk, req, fastopen_sk)) { in tcp_conn_request() 7340 reqsk_fastopen_remove(fastopen_sk, req, false); in tcp_conn_request() 7341 bh_unlock_sock(fastopen_sk); in tcp_conn_request() 7342 sock_put(fastopen_sk); in tcp_conn_request() 7346 bh_unlock_sock(fastopen_sk); in tcp_conn_request() 7347 sock_put(fastopen_sk); in tcp_conn_request()
|