Searched refs:fastopen_rsk (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/net/core/ |
| H A D | request_sock.c | 96 RCU_INIT_POINTER(tcp_sk(sk)->fastopen_rsk, NULL); in reqsk_fastopen_remove()
|
| /linux-6.15/include/linux/ |
| H A D | tcp.h | 506 struct request_sock __rcu *fastopen_rsk; member 568 rcu_access_pointer(tcp_sk(sk)->fastopen_rsk) != NULL; in tcp_passive_fastopen()
|
| /linux-6.15/net/ipv4/ |
| H A D | inet_connection_sock.c | 998 rcu_assign_pointer(tcp_sk(nreq->sk)->fastopen_rsk, nreq); in inet_reqsk_clone() 1395 BUG_ON(rcu_access_pointer(tcp_sk(child)->fastopen_rsk) != req); in inet_child_forget() 1404 RCU_INIT_POINTER(tcp_sk(child)->fastopen_rsk, NULL); in inet_child_forget()
|
| H A D | tcp_fastopen.c | 263 rcu_assign_pointer(tp->fastopen_rsk, req); in tcp_fastopen_create_child()
|
| H A D | tcp_timer.c | 539 req = rcu_dereference_protected(tp->fastopen_rsk, in tcp_retransmit_timer()
|
| H A D | tcp_minisocks.c | 633 RCU_INIT_POINTER(newtp->fastopen_rsk, NULL); in tcp_create_openreq_child()
|
| H A D | tcp_input.c | 2951 if ((flag & FLAG_SND_UNA_ADVANCED || rcu_access_pointer(tp->fastopen_rsk)) && in tcp_process_loss() 3280 if (rcu_access_pointer(tp->fastopen_rsk)) in tcp_rearm_rto() 6749 req = rcu_dereference_protected(tp->fastopen_rsk, in tcp_rcv_synrecv_state_fastopen() 6830 req = rcu_dereference_protected(tp->fastopen_rsk, in tcp_rcv_state_process()
|
| H A D | tcp.c | 575 (state != TCP_SYN_RECV || rcu_access_pointer(tp->fastopen_rsk))) { in tcp_poll() 3227 req = rcu_dereference_protected(tcp_sk(sk)->fastopen_rsk, in __tcp_close() 4912 req = rcu_dereference_protected(tcp_sk(sk)->fastopen_rsk, 1); in tcp_done()
|
| H A D | tcp_ipv4.c | 558 fastopen = rcu_dereference(tp->fastopen_rsk); in tcp_v4_err() 2583 BUG_ON(rcu_access_pointer(tp->fastopen_rsk));
|
| H A D | tcp_output.c | 2886 if (rcu_access_pointer(tp->fastopen_rsk)) in tcp_schedule_loss_probe()
|
| /linux-6.15/Documentation/networking/net_cachelines/ |
| H A D | tcp_sock.rst | 158 struct request_sock* fastopen_rsk
|
| /linux-6.15/net/ipv6/ |
| H A D | tcp_ipv6.c | 434 fastopen = rcu_dereference(tp->fastopen_rsk); in tcp_v6_err()
|