Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dtcp_fastopen.c219 for (i = 0; i < tcp_fastopen_context_len(ctx); i++) { in tcp_fastopen_cookie_gen_check()
Dsysctl_net_ipv4.c323 n_keys = tcp_fastopen_context_len(ctx); in proc_tcp_fastopen_key()
Dtcp.c3524 key_len = tcp_fastopen_context_len(ctx) * in do_tcp_getsockopt()
/Linux-v5.4/include/net/
Dtcp.h1680 int tcp_fastopen_context_len(const struct tcp_fastopen_context *ctx) in tcp_fastopen_context_len() function