Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jul 2023 13:47:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 272616] [panic] Reproducible kernel panic related to sendfile and IPSec
Message-ID:  <bug-272616-7501-wL5AHtAx9o@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-272616-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-272616-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D272616

--- Comment #7 from Konstantin Belousov <kib@FreeBSD.org> ---
(In reply to Mark Johnston from comment #6)
By payload you mean mbuf data, right?
IPSEC needs to match packet IP header against policy to decide should
it do anything with it at all.  Then it needs to select SA based on IP
header, policy, and perhaps system defaults.  All that requires access
to the mbuf data.

After the SA is selected, transformations are applied, which call into OCF.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-272616-7501-wL5AHtAx9o>