Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145319943
D30959.1777641713.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
436 B
Referenced Files
None
Subscribers
None
D30959.1777641713.diff
View Options
Index: sys/kern/uipc_ktls.c
===================================================================
--- sys/kern/uipc_ktls.c
+++ sys/kern/uipc_ktls.c
@@ -2174,7 +2174,7 @@
STAILQ_FOREACH_SAFE(m, &local_m_head, m_epg_stailq, n) {
if (m->m_epg_flags & EPG_FLAG_2FREE) {
ktls_free(m->m_epg_tls);
- uma_zfree(zone_mbuf, m);
+ m_free_raw(m);
} else {
ktls_encrypt(wq, m);
counter_u64_add(ktls_cnt_tx_queued, -1);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 1, 1:21 PM (2 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28526483
Default Alt Text
D30959.1777641713.diff (436 B)
Attached To
Mode
D30959: mbuf: add m_free_raw to be used instead of directly calling uma_zfree
Attached
Detach File
Event Timeline
Log In to Comment