Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156880268
D3239.id7529.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
608 B
Referenced Files
None
Subscribers
None
D3239.id7529.diff
View Options
Index: head/sys/netipsec/ipsec_output.c
===================================================================
--- head/sys/netipsec/ipsec_output.c
+++ head/sys/netipsec/ipsec_output.c
@@ -158,6 +158,8 @@
tdbi->spi = sav->spi;
m_tag_prepend(m, mtag);
+ key_sa_recordxfer(sav, m); /* record data transfer */
+
/*
* If there's another (bundled) SA to apply, do so.
* Note that this puts a burden on the kernel stack size.
@@ -202,7 +204,6 @@
goto bad;
}
}
- key_sa_recordxfer(sav, m); /* record data transfer */
/*
* We're done with IPsec processing, transmit the packet using the
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, May 18, 1:27 AM (13 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33214967
Default Alt Text
D3239.id7529.diff (608 B)
Attached To
Mode
D3239: Correct IPSec SA statistic keeping
Attached
Detach File
Event Timeline
Log In to Comment