]> git.hungrycats.org Git - linux/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 00:56:03 +0000 (01:56 +0100)
commit3094585b5f50e2ba33b6a44dd4e942c4bdb08208
treea2057a312041903ea913b7c01fafc540de73ad00
parentf4ed40d1c669bba1a54407d8182acdc405683f29
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