Home
last modified time | relevance | path

Searched refs:fastopen_rsk (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/net/core/
H A Drequest_sock.c96 RCU_INIT_POINTER(tcp_sk(sk)->fastopen_rsk, NULL); in reqsk_fastopen_remove()
/openbmc/linux/include/linux/
H A Dtcp.h461 struct request_sock __rcu *fastopen_rsk; member
518 rcu_access_pointer(tcp_sk(sk)->fastopen_rsk) != NULL; in tcp_passive_fastopen()
/openbmc/linux/net/ipv4/
H A Dinet_connection_sock.c945 rcu_assign_pointer(tcp_sk(nreq->sk)->fastopen_rsk, nreq); in inet_reqsk_clone()
1322 BUG_ON(rcu_access_pointer(tcp_sk(child)->fastopen_rsk) != req); in inet_child_forget()
1331 RCU_INIT_POINTER(tcp_sk(child)->fastopen_rsk, NULL); in inet_child_forget()
H A Dtcp_fastopen.c263 rcu_assign_pointer(tp->fastopen_rsk, req); in tcp_fastopen_create_child()
H A Dtcp_timer.c519 req = rcu_dereference_protected(tp->fastopen_rsk, in tcp_retransmit_timer()
H A Dtcp_minisocks.c577 RCU_INIT_POINTER(newtp->fastopen_rsk, NULL); in tcp_create_openreq_child()
H A Dtcp.c553 (state != TCP_SYN_RECV || rcu_access_pointer(tp->fastopen_rsk))) { in tcp_poll()
2938 req = rcu_dereference_protected(tcp_sk(sk)->fastopen_rsk, in __tcp_close()
4577 req = rcu_dereference_protected(tcp_sk(sk)->fastopen_rsk, 1); in tcp_done()
H A Dtcp_input.c2929 if ((flag & FLAG_SND_UNA_ADVANCED || rcu_access_pointer(tp->fastopen_rsk)) && in tcp_process_loss()
3265 if (rcu_access_pointer(tp->fastopen_rsk)) in tcp_rearm_rto()
6578 req = rcu_dereference_protected(tp->fastopen_rsk, in tcp_rcv_synrecv_state_fastopen()
6661 req = rcu_dereference_protected(tp->fastopen_rsk, in tcp_rcv_state_process()
H A Dtcp_ipv4.c543 fastopen = rcu_dereference(tp->fastopen_rsk); in tcp_v4_err()
2347 BUG_ON(rcu_access_pointer(tp->fastopen_rsk)); in tcp_v4_destroy_sock()
H A Dtcp_output.c2814 if (rcu_access_pointer(tp->fastopen_rsk)) in tcp_schedule_loss_probe()
/openbmc/linux/net/ipv6/
H A Dtcp_ipv6.c430 fastopen = rcu_dereference(tp->fastopen_rsk); in tcp_v6_err()