Home
last modified time | relevance | path

Searched refs:fastopen_sk (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/net/ipv4/
H A Dtcp_input.c7232 struct sock *fastopen_sk = NULL; in tcp_conn_request() local
7356 fastopen_sk = tcp_try_fastopen(sk, skb, req, &foc, dst); in tcp_conn_request()
7358 if (fastopen_sk) { in tcp_conn_request()
7359 af_ops->send_synack(fastopen_sk, dst, &fl, req, in tcp_conn_request()
7362 if (!inet_csk_reqsk_queue_add(sk, req, fastopen_sk)) { in tcp_conn_request()
7363 reqsk_fastopen_remove(fastopen_sk, req, false); in tcp_conn_request()
7364 bh_unlock_sock(fastopen_sk); in tcp_conn_request()
7365 sock_put(fastopen_sk); in tcp_conn_request()
7369 bh_unlock_sock(fastopen_sk); in tcp_conn_request()
7370 sock_put(fastopen_sk); in tcp_conn_request()