]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfrm: add mode_cbs module functionality
authorChristian Hopps <chopps@labn.net>
Thu, 14 Nov 2024 07:07:01 +0000 (02:07 -0500)
committerSteffen Klassert <steffen.klassert@secunet.com>
Thu, 5 Dec 2024 09:01:22 +0000 (10:01 +0100)
commit7ac64f4598b4daa3f955f82759760666e047bdf8
tree88da1fd581ff2b1ad4c358311ea696553d6dd93a
parentf69eb4f65c58f5a081dbafb76011dad73757420c
xfrm: add mode_cbs module functionality

Add a set of callbacks xfrm_mode_cbs to xfrm_state. These callbacks
enable the addition of new xfrm modes, such as IP-TFS to be defined
in modules.

Signed-off-by: Christian Hopps <chopps@labn.net>
Tested-by: Antony Antony <antony.antony@secunet.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
include/net/xfrm.h
net/xfrm/xfrm_device.c
net/xfrm/xfrm_input.c
net/xfrm/xfrm_output.c
net/xfrm/xfrm_policy.c
net/xfrm/xfrm_state.c
net/xfrm/xfrm_user.c