Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_fastopen.c100 ctxt = rcu_dereference(net->ipv4.tcp_fastopen_ctx); in tcp_fastopen_init_key_once()
139 ctxt = unrcu_pointer(xchg(&net->ipv4.tcp_fastopen_ctx, NULL)); in tcp_fastopen_ctx_destroy()
172 octx = unrcu_pointer(xchg(&net->ipv4.tcp_fastopen_ctx, in tcp_fastopen_reset_cipher()
192 ctx = rcu_dereference(net->ipv4.tcp_fastopen_ctx); in tcp_fastopen_get_cipher()
/linux/include/net/netns/
H A Dipv4.h237 struct tcp_fastopen_context __rcu *tcp_fastopen_ctx; member
/linux/include/net/
H A Dtcp.h2174 ctx = rcu_dereference(sock_net(sk)->ipv4.tcp_fastopen_ctx); in tcp_fastopen_get_ctx()