Home
last modified time | relevance | path

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

/linux/net/core/
A Drequest_sock.c96 RCU_INIT_POINTER(tcp_sk(sk)->fastopen_rsk, NULL); in reqsk_fastopen_remove()
/linux/include/linux/
A Dtcp.h502 struct request_sock __rcu *fastopen_rsk; member
564 rcu_access_pointer(tcp_sk(sk)->fastopen_rsk) != NULL; in tcp_passive_fastopen()
/linux/Documentation/networking/net_cachelines/
A Dtcp_sock.rst156 struct_request_sock* fastopen_rsk
/linux/net/ipv4/
A Dinet_connection_sock.c1010 rcu_assign_pointer(tcp_sk(nreq->sk)->fastopen_rsk, nreq); in inet_reqsk_clone()
1387 BUG_ON(rcu_access_pointer(tcp_sk(child)->fastopen_rsk) != req); in inet_child_forget()
1396 RCU_INIT_POINTER(tcp_sk(child)->fastopen_rsk, NULL); in inet_child_forget()
A Dtcp_fastopen.c263 rcu_assign_pointer(tp->fastopen_rsk, req); in tcp_fastopen_create_child()
A Dtcp_timer.c528 req = rcu_dereference_protected(tp->fastopen_rsk, in tcp_retransmit_timer()
A Dtcp_minisocks.c624 RCU_INIT_POINTER(newtp->fastopen_rsk, NULL); in tcp_create_openreq_child()
A Dtcp_input.c2940 if ((flag & FLAG_SND_UNA_ADVANCED || rcu_access_pointer(tp->fastopen_rsk)) && in tcp_process_loss()
3269 if (rcu_access_pointer(tp->fastopen_rsk)) in tcp_rearm_rto()
6702 req = rcu_dereference_protected(tp->fastopen_rsk, in tcp_rcv_synrecv_state_fastopen()
6783 req = rcu_dereference_protected(tp->fastopen_rsk, in tcp_rcv_state_process()
A Dtcp.c566 (state != TCP_SYN_RECV || rcu_access_pointer(tp->fastopen_rsk))) { in tcp_poll()
3200 req = rcu_dereference_protected(tcp_sk(sk)->fastopen_rsk, in __tcp_close()
4855 req = rcu_dereference_protected(tcp_sk(sk)->fastopen_rsk, 1); in tcp_done()
A Dtcp_ipv4.c557 fastopen = rcu_dereference(tp->fastopen_rsk); in tcp_v4_err()
2569 BUG_ON(rcu_access_pointer(tp->fastopen_rsk));
A Dtcp_output.c2874 if (rcu_access_pointer(tp->fastopen_rsk)) in tcp_schedule_loss_probe()
/linux/net/ipv6/
A Dtcp_ipv6.c434 fastopen = rcu_dereference(tp->fastopen_rsk); in tcp_v6_err()

Completed in 58 milliseconds