Home
last modified time | relevance | path

Searched refs:tcp_fastopen_context (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_fastopen.c10 struct tcp_fastopen_context *ctxt; in tcp_fastopen_init_key_once()
32 struct tcp_fastopen_context *ctx = in tcp_fastopen_ctx_free()
33 container_of(head, struct tcp_fastopen_context, rcu); in tcp_fastopen_ctx_free()
40 struct tcp_fastopen_context *ctx; in tcp_fastopen_destroy_cipher()
50 struct tcp_fastopen_context *ctxt; in tcp_fastopen_ctx_destroy()
52 ctxt = xchg((__force struct tcp_fastopen_context **)&net->ipv4.tcp_fastopen_ctx, NULL); in tcp_fastopen_ctx_destroy()
61 struct tcp_fastopen_context *ctx, *octx; in tcp_fastopen_reset_cipher()
83 octx = xchg((__force struct tcp_fastopen_context **)&q->ctx, ctx); in tcp_fastopen_reset_cipher()
85 octx = xchg((__force struct tcp_fastopen_context **)&net->ipv4.tcp_fastopen_ctx, ctx); in tcp_fastopen_reset_cipher()
97 struct tcp_fastopen_context *ct in tcp_fastopen_get_cipher()
[all...]
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_fastopen.c16 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()
72 struct tcp_fastopen_context *ctx, *octx; in tcp_fastopen_reset_cipher()
114 struct tcp_fastopen_context *ctx; in tcp_fastopen_get_cipher()
174 struct tcp_fastopen_context *ctx; in tcp_fastopen_cookie_gen()
235 struct tcp_fastopen_context *ctx; in tcp_fastopen_cookie_gen_check()
/kernel/linux/linux-5.10/include/net/netns/
H A Dipv4.h41 struct tcp_fastopen_context;
182 struct tcp_fastopen_context __rcu *tcp_fastopen_ctx;
/kernel/linux/linux-6.6/include/net/netns/
H A Dipv4.h42 struct tcp_fastopen_context;
182 struct tcp_fastopen_context __rcu *tcp_fastopen_ctx;
/kernel/linux/linux-5.10/include/net/
H A Drequest_sock.h163 struct tcp_fastopen_context __rcu *ctx; /* cipher context for cookie */
H A Dtcp.h1723 struct tcp_fastopen_context { struct
1737 struct tcp_fastopen_context *tcp_fastopen_get_ctx(const struct sock *sk) in tcp_fastopen_get_ctx()
1739 struct tcp_fastopen_context *ctx; in tcp_fastopen_get_ctx()
1759 int tcp_fastopen_context_len(const struct tcp_fastopen_context *ctx) in tcp_fastopen_context_len()
/kernel/linux/linux-6.6/include/net/
H A Drequest_sock.h165 struct tcp_fastopen_context __rcu *ctx; /* cipher context for cookie */
H A Dtcp.h1824 struct tcp_fastopen_context { struct
1837 struct tcp_fastopen_context *tcp_fastopen_get_ctx(const struct sock *sk) in tcp_fastopen_get_ctx()
1839 struct tcp_fastopen_context *ctx; in tcp_fastopen_get_ctx()
1859 int tcp_fastopen_context_len(const struct tcp_fastopen_context *ctx) in tcp_fastopen_context_len()

Completed in 13 milliseconds