Searched refs:fastopen_sk (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/net/ipv4/ |
| D | tcp_input.c | 6557 struct sock *fastopen_sk = NULL; in tcp_conn_request() local 6653 fastopen_sk = tcp_try_fastopen(sk, skb, req, &foc, dst); in tcp_conn_request() 6655 if (fastopen_sk) { in tcp_conn_request() 6656 af_ops->send_synack(fastopen_sk, dst, &fl, req, in tcp_conn_request() 6659 if (!inet_csk_reqsk_queue_add(sk, req, fastopen_sk)) { in tcp_conn_request() 6660 reqsk_fastopen_remove(fastopen_sk, req, false); in tcp_conn_request() 6661 bh_unlock_sock(fastopen_sk); in tcp_conn_request() 6662 sock_put(fastopen_sk); in tcp_conn_request() 6666 bh_unlock_sock(fastopen_sk); in tcp_conn_request() 6667 sock_put(fastopen_sk); in tcp_conn_request()
|