Home
last modified time | relevance | path

Searched hist:"2 ecda181" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/xfrm/
H A Dxfrm_device.c2ecda181 Tue Feb 01 01:35:28 CST 2022 Leon Romanovsky <leonro@nvidia.com> xfrm: delete duplicated functions that calls same xfrm_api_check()

The xfrm_dev_register() and xfrm_dev_feat_change() have same
implementation of one call to xfrm_api_check(). Instead of doing such
indirection, call to xfrm_api_check() directly and delete duplicated
functions.

Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>