]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfrm: minor update to sdb and xfrm_policy comments
authorFlorian Westphal <fw@strlen.de>
Tue, 27 Aug 2024 13:38:23 +0000 (15:38 +0200)
committerSteffen Klassert <steffen.klassert@secunet.com>
Wed, 28 Aug 2024 05:37:13 +0000 (07:37 +0200)
commit17163f23678c7599e40758d7b96f68e3f3f2ea15
tree23bc8c60a95ab92041603107e7bb25fb3fb0bab4
parent08c2182cf0b47646af7f3daa292980f95f5e1ea6
xfrm: minor update to sdb and xfrm_policy comments

The spd is no longer maintained as a linear list.
We also haven't been caching bundles in the xfrm_policy
struct since 2010.

While at it, add kdoc style comments for the xfrm_policy structure
and extend the description of the current rbtree based search to
mention why it needs to search the candidate set.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
include/net/xfrm.h
net/xfrm/xfrm_policy.c