]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
xfrm: extract dst lookup parameters into a struct
authorEyal Birger <eyal.birger@gmail.com>
Tue, 3 Sep 2024 00:07:09 +0000 (17:07 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 1 Nov 2024 01:02:35 +0000 (02:02 +0100)
commit62e5a6a4366c5d5856054ff790cffc38a5e5fa31
tree242f893138bcd742d36b17f9f965e454833a2644
parent5fd942598ddeed9a212d1ff41f9f5b47bcc990a7
xfrm: extract dst lookup parameters into a struct

[ Upstream commit e509996b16728e37d5a909a5c63c1bd64f23b306 ]

Preparation for adding more fields to dst lookup functions without
changing their signatures.

Signed-off-by: Eyal Birger <eyal.birger@gmail.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Stable-dep-of: b84697210343 ("xfrm: respect ip protocols rules criteria when performing dst lookups")
Signed-off-by: Sasha Levin <sashal@kernel.org>
include/net/xfrm.h
net/ipv4/xfrm4_policy.c
net/ipv6/xfrm6_policy.c
net/xfrm/xfrm_device.c
net/xfrm/xfrm_policy.c