Searched refs:fastopen_rsk (Results 1 – 11 of 11) sorted by relevance
| /Linux-v6.6/net/core/ |
| D | request_sock.c | 99 RCU_INIT_POINTER(tcp_sk(sk)->fastopen_rsk, NULL); in reqsk_fastopen_remove()
|
| /Linux-v6.6/include/linux/ |
| D | tcp.h | 453 struct request_sock __rcu *fastopen_rsk; member 510 rcu_access_pointer(tcp_sk(sk)->fastopen_rsk) != NULL; in tcp_passive_fastopen()
|
| /Linux-v6.6/net/ipv4/ |
| D | inet_connection_sock.c | 924 rcu_assign_pointer(tcp_sk(nreq->sk)->fastopen_rsk, nreq); in inet_reqsk_clone() 1281 BUG_ON(rcu_access_pointer(tcp_sk(child)->fastopen_rsk) != req); in inet_child_forget() 1290 RCU_INIT_POINTER(tcp_sk(child)->fastopen_rsk, NULL); in inet_child_forget()
|
| D | tcp_fastopen.c | 262 rcu_assign_pointer(tp->fastopen_rsk, req); in tcp_fastopen_create_child()
|
| D | tcp_timer.c | 493 req = rcu_dereference_protected(tp->fastopen_rsk, in tcp_retransmit_timer()
|
| D | tcp_minisocks.c | 578 RCU_INIT_POINTER(newtp->fastopen_rsk, NULL); in tcp_create_openreq_child()
|
| D | tcp.c | 553 (state != TCP_SYN_RECV || rcu_access_pointer(tp->fastopen_rsk))) { in tcp_poll() 2901 req = rcu_dereference_protected(tcp_sk(sk)->fastopen_rsk, in __tcp_close() 4512 req = rcu_dereference_protected(tcp_sk(sk)->fastopen_rsk, 1); in tcp_done()
|
| D | tcp_input.c | 2851 if ((flag & FLAG_SND_UNA_ADVANCED || rcu_access_pointer(tp->fastopen_rsk)) && in tcp_process_loss() 3185 if (rcu_access_pointer(tp->fastopen_rsk)) in tcp_rearm_rto() 6468 req = rcu_dereference_protected(tcp_sk(sk)->fastopen_rsk, in tcp_rcv_synrecv_state_fastopen() 6551 req = rcu_dereference_protected(tp->fastopen_rsk, in tcp_rcv_state_process()
|
| D | tcp_ipv4.c | 532 fastopen = rcu_dereference(tp->fastopen_rsk); in tcp_v4_err() 2332 BUG_ON(rcu_access_pointer(tp->fastopen_rsk)); in tcp_v4_destroy_sock()
|
| D | tcp_output.c | 2809 if (rcu_access_pointer(tp->fastopen_rsk)) in tcp_schedule_loss_probe()
|
| /Linux-v6.6/net/ipv6/ |
| D | tcp_ipv6.c | 432 fastopen = rcu_dereference(tp->fastopen_rsk); in tcp_v6_err()
|