commit | 4f518e802ccad30c9dccc895f2294398757b87c0 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Fri May 03 17:46:19 2019 +0200 |
committer | Steffen Klassert <steffen.klassert@secunet.com> | Thu Jun 06 08:34:50 2019 +0200 |
tree | 535aacd8a10b6030fd4c61a1897a2ddbbc4ae6ba | |
parent | 4c203b0454b5b6bfafe2c4ab1b5472d4a7a8a0f2 [diff] |
xfrm: remove type and offload_type map from xfrm_state_afinfo Only a handful of xfrm_types exist, no need to have 512 pointers for them. Reduces size of afinfo struct from 4k to 120 bytes on 64bit platforms. Also, the unregister function doesn't need to return an error, no single caller does anything useful with it. Just place a WARN_ON() where needed instead. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>