Searched refs:fastopen_rsk (Results 1 – 9 of 9) sorted by relevance
528 struct request_sock __rcu *fastopen_rsk; member597 rcu_access_pointer(tcp_sk(sk)->fastopen_rsk) != NULL; in tcp_passive_fastopen()
59 RCU_INIT_POINTER(tcp_sk(sk)->fastopen_rsk, NULL); in reqsk_fastopen_remove()350 rcu_assign_pointer(tp->fastopen_rsk, req); in tcp_fastopen_create_child()
961 rcu_assign_pointer(tcp_sk(nreq->sk)->fastopen_rsk, nreq); in inet_reqsk_clone()1379 BUG_ON(rcu_access_pointer(tcp_sk(child)->fastopen_rsk) != req); in inet_child_forget()1388 RCU_INIT_POINTER(tcp_sk(child)->fastopen_rsk, NULL); in inet_child_forget()
545 req = rcu_dereference_protected(tp->fastopen_rsk, in tcp_retransmit_timer()
661 RCU_INIT_POINTER(newtp->fastopen_rsk, NULL); in tcp_create_openreq_child()
3220 if ((flag & FLAG_SND_UNA_ADVANCED || rcu_access_pointer(tp->fastopen_rsk)) && in tcp_process_loss()3532 if (rcu_access_pointer(tp->fastopen_rsk)) in tcp_rearm_rto()7129 req = rcu_dereference_protected(tp->fastopen_rsk, in tcp_rcv_synrecv_state_fastopen()7210 req = rcu_dereference_protected(tp->fastopen_rsk, in tcp_rcv_state_process()
554 fastopen = rcu_dereference(tp->fastopen_rsk); in tcp_v4_err() 2452 BUG_ON(rcu_access_pointer(tp->fastopen_rsk));
3109 if (rcu_access_pointer(tp->fastopen_rsk)) in tcp_schedule_loss_probe()
462 fastopen = rcu_dereference(tp->fastopen_rsk); in tcp_v6_err()