Searched refs:fastopen_sk (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_input.c | 6853 struct sock *fastopen_sk = NULL; in tcp_conn_request() local 6957 fastopen_sk = tcp_try_fastopen(sk, skb, req, &foc, dst); in tcp_conn_request() 6959 if (fastopen_sk) { in tcp_conn_request() 6960 af_ops->send_synack(fastopen_sk, dst, &fl, req, in tcp_conn_request() 6963 if (!inet_csk_reqsk_queue_add(sk, req, fastopen_sk)) { in tcp_conn_request() 6964 reqsk_fastopen_remove(fastopen_sk, req, false); in tcp_conn_request() 6965 bh_unlock_sock(fastopen_sk); in tcp_conn_request() 6966 sock_put(fastopen_sk); in tcp_conn_request() 6970 bh_unlock_sock(fastopen_sk); in tcp_conn_request() 6971 sock_put(fastopen_sk); in tcp_conn_request() [all...] |
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_input.c | 6973 struct sock *fastopen_sk = NULL; in tcp_conn_request() local 7072 fastopen_sk = tcp_try_fastopen(sk, skb, req, &foc, dst); in tcp_conn_request() 7074 if (fastopen_sk) { in tcp_conn_request() 7075 af_ops->send_synack(fastopen_sk, dst, &fl, req, in tcp_conn_request() 7078 if (!inet_csk_reqsk_queue_add(sk, req, fastopen_sk)) { in tcp_conn_request() 7079 reqsk_fastopen_remove(fastopen_sk, req, false); in tcp_conn_request() 7080 bh_unlock_sock(fastopen_sk); in tcp_conn_request() 7081 sock_put(fastopen_sk); in tcp_conn_request() 7085 bh_unlock_sock(fastopen_sk); in tcp_conn_request() 7086 sock_put(fastopen_sk); in tcp_conn_request() [all...] |
Completed in 17 milliseconds