Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156718228
D27583.id80612.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
546 B
Referenced Files
None
Subscribers
None
D27583.id80612.diff
View Options
Index: sys/dev/cxgbe/tom/t4_tls.c
===================================================================
--- sys/dev/cxgbe/tom/t4_tls.c
+++ 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, May 16, 9:20 PM (9 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33153694
Default Alt Text
D27583.id80612.diff (546 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