Home
last modified time | relevance | path

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

/linux-5.19.10/net/core/
Drequest_sock.c99 RCU_INIT_POINTER(tcp_sk(sk)->fastopen_rsk, NULL); in reqsk_fastopen_remove()
/linux-5.19.10/include/linux/
Dtcp.h414 struct request_sock __rcu *fastopen_rsk; member
469 rcu_access_pointer(tcp_sk(sk)->fastopen_rsk) != NULL; in tcp_passive_fastopen()
/linux-5.19.10/net/ipv4/
Dinet_connection_sock.c739 rcu_assign_pointer(tcp_sk(nreq->sk)->fastopen_rsk, nreq); in inet_reqsk_clone()
1085 BUG_ON(rcu_access_pointer(tcp_sk(child)->fastopen_rsk) != req); in inet_child_forget()
1094 RCU_INIT_POINTER(tcp_sk(child)->fastopen_rsk, NULL); in inet_child_forget()
Dtcp_fastopen.c262 rcu_assign_pointer(tp->fastopen_rsk, req); in tcp_fastopen_create_child()
Dtcp_timer.c460 req = rcu_dereference_protected(tp->fastopen_rsk, in tcp_retransmit_timer()
Dtcp_minisocks.c542 RCU_INIT_POINTER(newtp->fastopen_rsk, NULL); in tcp_create_openreq_child()
Dtcp.c546 (state != TCP_SYN_RECV || rcu_access_pointer(tp->fastopen_rsk))) { in tcp_poll()
2916 req = rcu_dereference_protected(tcp_sk(sk)->fastopen_rsk, in __tcp_close()
4530 req = rcu_dereference_protected(tcp_sk(sk)->fastopen_rsk, 1); in tcp_done()
Dtcp_input.c2833 if ((flag & FLAG_SND_UNA_ADVANCED || rcu_access_pointer(tp->fastopen_rsk)) && in tcp_process_loss()
3167 if (rcu_access_pointer(tp->fastopen_rsk)) in tcp_rearm_rto()
6420 req = rcu_dereference_protected(tcp_sk(sk)->fastopen_rsk, in tcp_rcv_synrecv_state_fastopen()
6503 req = rcu_dereference_protected(tp->fastopen_rsk, in tcp_rcv_state_process()
Dtcp_ipv4.c522 fastopen = rcu_dereference(tp->fastopen_rsk); in tcp_v4_err()
2256 BUG_ON(rcu_access_pointer(tp->fastopen_rsk)); in tcp_v4_destroy_sock()
Dtcp_output.c2738 if (rcu_access_pointer(tp->fastopen_rsk)) in tcp_schedule_loss_probe()
/linux-5.19.10/net/ipv6/
Dtcp_ipv6.c428 fastopen = rcu_dereference(tp->fastopen_rsk); in tcp_v6_err()