Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dtcp_fastopen.c13 struct tcp_fastopen_context __rcu *tcp_fastopen_ctx; variable
65 octx = rcu_dereference_protected(tcp_fastopen_ctx, in tcp_fastopen_reset_cipher()
67 rcu_assign_pointer(tcp_fastopen_ctx, ctx); in tcp_fastopen_reset_cipher()
82 ctx = rcu_dereference(tcp_fastopen_ctx); in __tcp_fastopen_cookie_gen()
Dsysctl_net_ipv4.c217 ctxt = rcu_dereference(tcp_fastopen_ctx); in proc_tcp_fastopen_key()
/linux-4.1.27/include/net/
Dtcp.h1356 extern struct tcp_fastopen_context __rcu *tcp_fastopen_ctx;