]> Git Repo - linux.git/commit - net/xfrm/xfrm_state.c
xfrm: rename xfrm_state_offload struct to allow reuse
authorLeon Romanovsky <[email protected]>
Thu, 5 May 2022 10:06:40 +0000 (13:06 +0300)
committerSteffen Klassert <[email protected]>
Fri, 6 May 2022 06:29:28 +0000 (08:29 +0200)
commit87e0a94e60ea2e29be9dec6bc146fbc9861a4055
tree3d1890935faa3a7fcba9c3580d407733b23f7595
parenta36708e646586f74d073199828ed878b223e988d
xfrm: rename xfrm_state_offload struct to allow reuse

The struct xfrm_state_offload has all fields needed to hold information
for offloaded policies too. In order to do not create new struct with
same fields, let's rename existing one and reuse it later.

Reviewed-by: Raed Salem <[email protected]>
Signed-off-by: Leon Romanovsky <[email protected]>
Acked-by: David S. Miller <[email protected]>
Signed-off-by: Steffen Klassert <[email protected]>
include/net/xfrm.h
net/xfrm/xfrm_device.c
net/xfrm/xfrm_state.c
net/xfrm/xfrm_user.c
This page took 0.059166 seconds and 4 git commands to generate.