Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102644833
D27583.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
518 B
Referenced Files
None
Subscribers
None
D27583.diff
View Options
diff --git a/sys/dev/cxgbe/tom/t4_tls.c b/sys/dev/cxgbe/tom/t4_tls.c
--- a/sys/dev/cxgbe/tom/t4_tls.c
+++ b/sys/dev/cxgbe/tom/t4_tls.c
@@ -739,6 +739,10 @@
struct tls_ofld_info *tls_ofld = &toep->tls;
struct adapter *sc = td_adapter(toep->td);
+ /* Bail without rescheduling if the connection has closed. */
+ if ((toep->flags & (TPF_FIN_SENT | TPF_ABORT_SHUTDOWN)) != 0)
+ return;
+
/*
* If this connection has timed out without receiving more
* data, downgrade to plain TOE mode and don't re-arm the
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 16, 6:46 AM (21 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14654735
Default Alt Text
D27583.diff (518 B)
Attached To
Mode
D27583: Don't try to adjust a TLS TOE socket that has been closed.
Attached
Detach File
Event Timeline
Log In to Comment