Home
last modified time | relevance | path

Searched defs:tcp_fastopen_context (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/include/net/
Dtcp.h1624 struct tcp_fastopen_context { struct
1625 struct crypto_cipher *tfm;
1626 __u8 key[TCP_FASTOPEN_KEY_LENGTH];
1627 struct rcu_head rcu;
/kernel/linux/linux-5.10/include/net/
Dtcp.h1695 struct tcp_fastopen_context { struct
1709 struct tcp_fastopen_context *tcp_fastopen_get_ctx(const struct sock *sk) in tcp_fastopen_get_ctx() argument