Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143484287
D29298.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
460 B
Referenced Files
None
Subscribers
None
D29298.diff
View Options
diff --git a/sys/dev/cxgbe/cxgbei/cxgbei.c b/sys/dev/cxgbe/cxgbei/cxgbei.c
--- a/sys/dev/cxgbe/cxgbei/cxgbei.c
+++ b/sys/dev/cxgbe/cxgbei/cxgbei.c
@@ -412,12 +412,14 @@
SOCKBUF_UNLOCK(sb);
INP_WUNLOCK(inp);
+ CURVNET_SET(so->so_vnet);
NET_EPOCH_ENTER(et);
INP_WLOCK(inp);
tp = tcp_drop(tp, ECONNRESET);
if (tp)
INP_WUNLOCK(inp);
NET_EPOCH_EXIT(et);
+ CURVNET_RESTORE();
icl_cxgbei_conn_pdu_free(NULL, ip);
#ifdef INVARIANTS
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 31, 5:43 PM (20 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28143971
Default Alt Text
D29298.diff (460 B)
Attached To
Mode
D29298: cxgbei: Set vnet around tcp_drop() in do_rx_iscsi_ddp().
Attached
Detach File
Event Timeline
Log In to Comment