]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfrm: Convert xfrm_get_tos() to dscp_t.
authorGuillaume Nault <gnault@redhat.com>
Thu, 31 Oct 2024 15:52:36 +0000 (16:52 +0100)
committerSteffen Klassert <steffen.klassert@secunet.com>
Wed, 6 Nov 2024 11:42:16 +0000 (12:42 +0100)
commit766f532089afd202a537f44c09a88ab9912f07d7
treef75f246d40a1d75305ca112656b14a29ed60be34
parent83dfce38c49f3242c7edf5baab5c79c9ec360ecc
xfrm: Convert xfrm_get_tos() to dscp_t.

Return a dscp_t variable to prepare for the future conversion of
xfrm_bundle_create() to dscp_t.

While there, rename the function "xfrm_get_dscp", to align its name
with the new return type.

Signed-off-by: Guillaume Nault <gnault@redhat.com>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
net/xfrm/xfrm_policy.c