tcp_fastopen_ctx 176 include/net/netns/ipv4.h struct tcp_fastopen_context __rcu *tcp_fastopen_ctx; tcp_fastopen_ctx 1688 include/net/tcp.h ctx = rcu_dereference(sock_net(sk)->ipv4.tcp_fastopen_ctx); tcp_fastopen_ctx 321 net/ipv4/sysctl_net_ipv4.c ctx = rcu_dereference(net->ipv4.tcp_fastopen_ctx); tcp_fastopen_ctx 19 net/ipv4/tcp_fastopen.c ctxt = rcu_dereference(net->ipv4.tcp_fastopen_ctx); tcp_fastopen_ctx 60 net/ipv4/tcp_fastopen.c ctxt = rcu_dereference_protected(net->ipv4.tcp_fastopen_ctx, tcp_fastopen_ctx 62 net/ipv4/tcp_fastopen.c rcu_assign_pointer(net->ipv4.tcp_fastopen_ctx, NULL); tcp_fastopen_ctx 99 net/ipv4/tcp_fastopen.c octx = rcu_dereference_protected(net->ipv4.tcp_fastopen_ctx, tcp_fastopen_ctx 101 net/ipv4/tcp_fastopen.c rcu_assign_pointer(net->ipv4.tcp_fastopen_ctx, ctx);