diff options
author | Atul Gupta <atul.gupta@chelsio.com> | 2018-12-11 02:20:53 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-12-14 13:40:42 -0800 |
commit | 0c3a16be700ea008e1aa8843453bfc182e04b58a (patch) | |
tree | b91a1ae2d25203ef89d9bef5f7ab785e6d2dbcfb /drivers/crypto/chelsio/chtls/chtls.h | |
parent | 848dd1c1cbc5a16ceae46f04722f9eb1f4b7bb4e (diff) | |
download | lwn-0c3a16be700ea008e1aa8843453bfc182e04b58a.tar.gz lwn-0c3a16be700ea008e1aa8843453bfc182e04b58a.zip |
crypto/chelsio/chtls: send/recv window update
recalculated send and receive window using linkspeed.
Determine correct value of eck_ok from SYN received and
option configured on local system.
Signed-off-by: Atul Gupta <atul.gupta@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/crypto/chelsio/chtls/chtls.h')
-rw-r--r-- | drivers/crypto/chelsio/chtls/chtls.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/crypto/chelsio/chtls/chtls.h b/drivers/crypto/chelsio/chtls/chtls.h index fcb6747ed29e..59bb67d5a7ce 100644 --- a/drivers/crypto/chelsio/chtls/chtls.h +++ b/drivers/crypto/chelsio/chtls/chtls.h @@ -220,6 +220,8 @@ struct chtls_sock { u16 resv2; u32 delack_mode; u32 delack_seq; + u32 snd_win; + u32 rcv_win; void *passive_reap_next; /* placeholder for passive */ struct chtls_hws tlshws; |