Lines Matching refs:tcp_fastopen_context
16 struct tcp_fastopen_context *ctxt; in tcp_fastopen_init_key_once()
38 struct tcp_fastopen_context *ctx = in tcp_fastopen_ctx_free()
39 container_of(head, struct tcp_fastopen_context, rcu); in tcp_fastopen_ctx_free()
46 struct tcp_fastopen_context *ctx; in tcp_fastopen_destroy_cipher()
56 struct tcp_fastopen_context *ctxt; in tcp_fastopen_ctx_destroy()
58 ctxt = xchg((__force struct tcp_fastopen_context **)&net->ipv4.tcp_fastopen_ctx, NULL); in tcp_fastopen_ctx_destroy()
67 struct tcp_fastopen_context *ctx, *octx; in tcp_fastopen_reset_cipher()
89 octx = xchg((__force struct tcp_fastopen_context **)&q->ctx, ctx); in tcp_fastopen_reset_cipher()
91 octx = xchg((__force struct tcp_fastopen_context **)&net->ipv4.tcp_fastopen_ctx, ctx); in tcp_fastopen_reset_cipher()
103 struct tcp_fastopen_context *ctx; in tcp_fastopen_get_cipher()
163 struct tcp_fastopen_context *ctx; in tcp_fastopen_cookie_gen()
224 struct tcp_fastopen_context *ctx; in tcp_fastopen_cookie_gen_check()