Searched refs:fastopen_rsk (Results 1 – 11 of 11) sorted by relevance
99 RCU_INIT_POINTER(tcp_sk(sk)->fastopen_rsk, NULL); in reqsk_fastopen_remove()
421 struct request_sock __rcu *fastopen_rsk; member478 rcu_access_pointer(tcp_sk(sk)->fastopen_rsk) != NULL; in tcp_passive_fastopen()
957 BUG_ON(rcu_access_pointer(tcp_sk(child)->fastopen_rsk) != req); in inet_child_forget()966 RCU_INIT_POINTER(tcp_sk(child)->fastopen_rsk, NULL); in inet_child_forget()
279 rcu_assign_pointer(tp->fastopen_rsk, req); in tcp_fastopen_create_child()
456 req = rcu_dereference_protected(tp->fastopen_rsk, in tcp_retransmit_timer()
549 RCU_INIT_POINTER(newtp->fastopen_rsk, NULL); in tcp_create_openreq_child()
559 (state != TCP_SYN_RECV || rcu_access_pointer(tp->fastopen_rsk))) { in tcp_poll()2646 req = rcu_dereference_protected(tcp_sk(sk)->fastopen_rsk, in tcp_close()4134 req = rcu_dereference_protected(tcp_sk(sk)->fastopen_rsk, 1); in tcp_done()
2803 if ((flag & FLAG_SND_UNA_ADVANCED || rcu_access_pointer(tp->fastopen_rsk)) && in tcp_process_loss()3137 if (rcu_access_pointer(tp->fastopen_rsk)) in tcp_rearm_rto()6350 req = rcu_dereference_protected(tcp_sk(sk)->fastopen_rsk, in tcp_rcv_synrecv_state_fastopen()6427 req = rcu_dereference_protected(tp->fastopen_rsk, in tcp_rcv_state_process()
520 fastopen = rcu_dereference(tp->fastopen_rsk); in tcp_v4_err()2253 BUG_ON(rcu_access_pointer(tp->fastopen_rsk)); in tcp_v4_destroy_sock()
2737 if (rcu_access_pointer(tp->fastopen_rsk)) in tcp_schedule_loss_probe()
426 fastopen = rcu_dereference(tp->fastopen_rsk); in tcp_v6_err()