Searched refs:fastopen_rsk (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/net/core/ |
A D | request_sock.c | 99 RCU_INIT_POINTER(tcp_sk(sk)->fastopen_rsk, NULL); in reqsk_fastopen_remove()
|
/linux-6.3-rc2/include/linux/ |
A D | tcp.h | 451 struct request_sock __rcu *fastopen_rsk; member 506 rcu_access_pointer(tcp_sk(sk)->fastopen_rsk) != NULL; in tcp_passive_fastopen()
|
/linux-6.3-rc2/net/ipv4/ |
A D | inet_connection_sock.c | 921 rcu_assign_pointer(tcp_sk(nreq->sk)->fastopen_rsk, nreq); in inet_reqsk_clone() 1278 BUG_ON(rcu_access_pointer(tcp_sk(child)->fastopen_rsk) != req); in inet_child_forget() 1287 RCU_INIT_POINTER(tcp_sk(child)->fastopen_rsk, NULL); in inet_child_forget()
|
A D | tcp_fastopen.c | 262 rcu_assign_pointer(tp->fastopen_rsk, req); in tcp_fastopen_create_child()
|
A D | tcp_timer.c | 454 req = rcu_dereference_protected(tp->fastopen_rsk, in tcp_retransmit_timer()
|
A D | tcp_minisocks.c | 580 RCU_INIT_POINTER(newtp->fastopen_rsk, NULL); in tcp_create_openreq_child()
|
A D | tcp.c | 550 (state != TCP_SYN_RECV || rcu_access_pointer(tp->fastopen_rsk))) { in tcp_poll() 3014 req = rcu_dereference_protected(tcp_sk(sk)->fastopen_rsk, in __tcp_close() 4641 req = rcu_dereference_protected(tcp_sk(sk)->fastopen_rsk, 1); in tcp_done()
|
A D | tcp_input.c | 2833 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() 6431 req = rcu_dereference_protected(tcp_sk(sk)->fastopen_rsk, in tcp_rcv_synrecv_state_fastopen() 6514 req = rcu_dereference_protected(tp->fastopen_rsk, in tcp_rcv_state_process()
|
A D | tcp_ipv4.c | 531 fastopen = rcu_dereference(tp->fastopen_rsk); in tcp_v4_err() 2324 BUG_ON(rcu_access_pointer(tp->fastopen_rsk)); in tcp_v4_destroy_sock()
|
A D | tcp_output.c | 2740 if (rcu_access_pointer(tp->fastopen_rsk)) in tcp_schedule_loss_probe()
|
/linux-6.3-rc2/net/ipv6/ |
A D | tcp_ipv6.c | 436 fastopen = rcu_dereference(tp->fastopen_rsk); in tcp_v6_err()
|
Completed in 43 milliseconds