WSL2-Linux-Kernel/net/xfrm
Li RongQing 800777026e xfrm: optimise the use of walk list header in xfrm_policy/state_walk
The walk from input is the list header, and marked as dead, and will
be skipped in loop.

list_first_entry() can be used to return the true usable value from
walk if walk is not empty

Signed-off-by: Li RongQing <roy.qing.li@gmail.com>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
2015-04-23 11:36:06 +02:00
..
Kconfig
Makefile
xfrm_algo.c net: xfrm: xfrm_algo: Remove unused function 2015-01-12 16:50:46 -05:00
xfrm_hash.c
xfrm_hash.h xfrm: hash prefixed policies based on preflen thresholds 2014-09-02 13:29:44 +02:00
xfrm_input.c xfrm: fix xfrm_input/xfrm_tunnel_check oops 2015-04-07 07:52:27 +02:00
xfrm_ipcomp.c
xfrm_output.c netfilter: Pass socket pointer down through okfn(). 2015-04-07 15:25:55 -04:00
xfrm_policy.c xfrm: optimise the use of walk list header in xfrm_policy/state_walk 2015-04-23 11:36:06 +02:00
xfrm_proc.c net: clean up snmp stats code 2014-05-07 16:06:05 -04:00
xfrm_replay.c
xfrm_state.c xfrm: optimise the use of walk list header in xfrm_policy/state_walk 2015-04-23 11:36:06 +02:00
xfrm_sysctl.c
xfrm_user.c xfrm: Do not parse 32bits compiled xfrm netlink msg on 64bits host 2015-03-03 10:10:16 +01:00