Home
last modified time | relevance | path

Searched refs:tcp_fastopen_ctx (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/ipv4/
Dtcp_fastopen.c19 ctxt = rcu_dereference(net->ipv4.tcp_fastopen_ctx); in tcp_fastopen_init_key_once()
60 ctxt = rcu_dereference_protected(net->ipv4.tcp_fastopen_ctx, in tcp_fastopen_ctx_destroy()
62 rcu_assign_pointer(net->ipv4.tcp_fastopen_ctx, NULL); in tcp_fastopen_ctx_destroy()
103 octx = rcu_dereference_protected(net->ipv4.tcp_fastopen_ctx, in tcp_fastopen_reset_cipher()
105 rcu_assign_pointer(net->ipv4.tcp_fastopen_ctx, ctx); in tcp_fastopen_reset_cipher()
124 ctx = rcu_dereference(sock_net(sk)->ipv4.tcp_fastopen_ctx); in __tcp_fastopen_cookie_gen()
Dsysctl_net_ipv4.c296 ctxt = rcu_dereference(net->ipv4.tcp_fastopen_ctx); in proc_tcp_fastopen_key()
/Linux-v4.19/include/net/netns/
Dipv4.h170 struct tcp_fastopen_context __rcu *tcp_fastopen_ctx; member