Searched defs:tcp_fastopen_context (Results 1 – 2 of 2) sorted by relevance
1624 struct tcp_fastopen_context { struct1625 struct crypto_cipher *tfm;1626 __u8 key[TCP_FASTOPEN_KEY_LENGTH];1627 struct rcu_head rcu;
1695 struct tcp_fastopen_context { struct1709 struct tcp_fastopen_context *tcp_fastopen_get_ctx(const struct sock *sk) in tcp_fastopen_get_ctx() argument