Home
last modified time | relevance | path

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

/linux-6.12.1/net/ipv4/
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()
61 struct tcp_fastopen_context *ctx, *octx; in tcp_fastopen_reset_cipher()
98 struct tcp_fastopen_context *ctx; in tcp_fastopen_get_cipher()
158 struct tcp_fastopen_context *ctx; in tcp_fastopen_cookie_gen()
219 struct tcp_fastopen_context *ctx; in tcp_fastopen_cookie_gen_check()
/linux-6.12.1/include/net/netns/
Dipv4.h41 struct tcp_fastopen_context;
212 struct tcp_fastopen_context __rcu *tcp_fastopen_ctx;
/linux-6.12.1/include/net/
Drequest_sock.h179 struct tcp_fastopen_context __rcu *ctx; /* cipher context for cookie */
Dtcp.h1930 struct tcp_fastopen_context { struct
1943 struct tcp_fastopen_context *tcp_fastopen_get_ctx(const struct sock *sk) in tcp_fastopen_get_ctx() argument
1945 struct tcp_fastopen_context *ctx; in tcp_fastopen_get_ctx()
1965 int tcp_fastopen_context_len(const struct tcp_fastopen_context *ctx) in tcp_fastopen_context_len()