OpenCloudOS-Kernel/drivers/crypto/chelsio/chtls
Florian Westphal f8ace8d915 tcp: rename request_sock cookie_ts bit to syncookie
Nowadays output function has a 'synack_type' argument that tells us when
the syn/ack is emitted via syncookies.

The request already tells us when timestamps are supported, so check
both to detect special timestamp for tcp option encoding is needed.

We could remove cookie_ts altogether, but a followup patch would
otherwise need to adjust function signatures to pass 'want_cookie' to
mptcp core.

This way, the 'existing' bit can be used.

Suggested-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-07-31 16:55:32 -07:00
..
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
chtls.h crypto: chtls - Add support for AES256-GCM based ciphers 2019-12-27 18:18:04 +08:00
chtls_cm.c tcp: rename request_sock cookie_ts bit to syncookie 2020-07-31 16:55:32 -07:00
chtls_cm.h crypto/chtls: IPv6 support for inline TLS 2020-06-01 15:51:25 -07:00
chtls_hw.c crypto: chtls - Fixed memory leak 2019-12-27 18:18:04 +08:00
chtls_io.c crypto/chtls: fix tls alert messages corrupted by tls data 2020-07-20 18:27:40 -07:00
chtls_main.c net: remove sockptr_advance 2020-07-28 13:43:40 -07:00