Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102633821
D30407.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
496 B
Referenced Files
None
Subscribers
None
D30407.diff
View Options
diff --git a/sys/netinet/tcp_usrreq.c b/sys/netinet/tcp_usrreq.c
--- a/sys/netinet/tcp_usrreq.c
+++ b/sys/netinet/tcp_usrreq.c
@@ -1818,11 +1818,14 @@
* new one already.
*/
if (tp->t_fb->tfb_tcp_fb_fini) {
+ struct epoch_tracker et;
/*
* Tell the stack to cleanup with 0 i.e.
* the tcb is not going away.
*/
+ NET_EPOCH_ENTER(et);
(*tp->t_fb->tfb_tcp_fb_fini)(tp, 0);
+ NET_EPOCH_EXIT(et);
}
#ifdef TCPHPTS
/* Assure that we are not on any hpts */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 16, 2:54 AM (20 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14652063
Default Alt Text
D30407.diff (496 B)
Attached To
Mode
D30407: tcp: Need to take network epoch when calling tfb_tcp_fb_fini
Attached
Detach File
Event Timeline
Log In to Comment