fastopen_rsk      396 include/linux/tcp.h 	struct request_sock __rcu *fastopen_rsk;
fastopen_rsk      451 include/linux/tcp.h 	       rcu_access_pointer(tcp_sk(sk)->fastopen_rsk) != NULL;
fastopen_rsk       99 net/core/request_sock.c 	RCU_INIT_POINTER(tcp_sk(sk)->fastopen_rsk, NULL);
fastopen_rsk      934 net/ipv4/inet_connection_sock.c 		BUG_ON(rcu_access_pointer(tcp_sk(child)->fastopen_rsk) != req);
fastopen_rsk      943 net/ipv4/inet_connection_sock.c 		RCU_INIT_POINTER(tcp_sk(child)->fastopen_rsk, NULL);
fastopen_rsk      554 net/ipv4/tcp.c 	    (state != TCP_SYN_RECV || rcu_access_pointer(tp->fastopen_rsk))) {
fastopen_rsk     2501 net/ipv4/tcp.c 		req = rcu_dereference_protected(tcp_sk(sk)->fastopen_rsk,
fastopen_rsk     3865 net/ipv4/tcp.c 	req = rcu_dereference_protected(tcp_sk(sk)->fastopen_rsk, 1);
fastopen_rsk      256 net/ipv4/tcp_fastopen.c 	rcu_assign_pointer(tp->fastopen_rsk, req);
fastopen_rsk     2675 net/ipv4/tcp_input.c 	if ((flag & FLAG_SND_UNA_ADVANCED || rcu_access_pointer(tp->fastopen_rsk)) &&
fastopen_rsk     2999 net/ipv4/tcp_input.c 	if (rcu_access_pointer(tp->fastopen_rsk))
fastopen_rsk     6113 net/ipv4/tcp_input.c 	req = rcu_dereference_protected(tcp_sk(sk)->fastopen_rsk,
fastopen_rsk     6190 net/ipv4/tcp_input.c 	req = rcu_dereference_protected(tp->fastopen_rsk,
fastopen_rsk      484 net/ipv4/tcp_ipv4.c 	fastopen = rcu_dereference(tp->fastopen_rsk);
fastopen_rsk     2127 net/ipv4/tcp_ipv4.c 	BUG_ON(rcu_access_pointer(tp->fastopen_rsk));
fastopen_rsk      549 net/ipv4/tcp_minisocks.c 	RCU_INIT_POINTER(newtp->fastopen_rsk, NULL);
fastopen_rsk     2501 net/ipv4/tcp_output.c 	if (rcu_access_pointer(tp->fastopen_rsk))
fastopen_rsk      438 net/ipv4/tcp_timer.c 	req = rcu_dereference_protected(tp->fastopen_rsk,
fastopen_rsk      410 net/ipv6/tcp_ipv6.c 	fastopen = rcu_dereference(tp->fastopen_rsk);