Home
last modified time | relevance | path

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

/linux-6.14.4/net/ipv4/
Dtcp_fastopen.c13 ctxt = rcu_dereference(net->ipv4.tcp_fastopen_ctx); in tcp_fastopen_init_key_once()
52 ctxt = unrcu_pointer(xchg(&net->ipv4.tcp_fastopen_ctx, NULL)); in tcp_fastopen_ctx_destroy()
85 octx = unrcu_pointer(xchg(&net->ipv4.tcp_fastopen_ctx, in tcp_fastopen_reset_cipher()
105 ctx = rcu_dereference(net->ipv4.tcp_fastopen_ctx); in tcp_fastopen_get_cipher()
/linux-6.14.4/include/net/netns/
Dipv4.h212 struct tcp_fastopen_context __rcu *tcp_fastopen_ctx; member
/linux-6.14.4/Documentation/networking/net_cachelines/
Dnetns_ipv4_sysctl.rst125 struct_tcp_fastopen_context tcp_fastopen_ctx
/linux-6.14.4/include/net/
Dtcp.h1966 ctx = rcu_dereference(sock_net(sk)->ipv4.tcp_fastopen_ctx); in tcp_fastopen_get_ctx()