Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F169992436
D26803.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
339 B
Referenced Files
None
Subscribers
None
D26803.diff
View Options
Index: head/sys/kern/uipc_ktls.c
===================================================================
--- head/sys/kern/uipc_ktls.c
+++ head/sys/kern/uipc_ktls.c
@@ -734,7 +734,7 @@
return (ECONNRESET);
}
tp = intotcpcb(inp);
- if (tp->tod == NULL) {
+ if (!(tp->t_flags & TF_TOE)) {
INP_WUNLOCK(inp);
return (EOPNOTSUPP);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Sep 4, 5:10 AM (7 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38078583
Default Alt Text
D26803.diff (339 B)
Attached To
Mode
D26803: Check TF_TOE not the tod pointer to determine if TOE is active.
Attached
Detach File
Event Timeline
Log In to Comment