Home
last modified time | relevance | path

Searched refs:tcp_fastopen_context_len (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
Dtcp_fastopen.c123 n_keys = tcp_fastopen_context_len(ctx); in tcp_fastopen_get_cipher()
242 for (i = 0; i < tcp_fastopen_context_len(ctx); i++) { in tcp_fastopen_cookie_gen_check()
/kernel/linux/linux-5.10/include/net/
Dtcp.h1725 int tcp_fastopen_context_len(const struct tcp_fastopen_context *ctx) in tcp_fastopen_context_len() function