Files
android_kernel_xiaomi_sm8450/include/net
Florian Westphal 2ab6096db2 xfrm: remove output_finish indirection from xfrm_state_afinfo
There are only two implementaions, one for ipv4 and one for ipv6.

Both are almost identical, they clear skb->cb[], set the TRANSFORMED flag
in IP(6)CB and then call the common xfrm_output() function.

By placing the IPCB handling into the common function, we avoid the need
for the output_finish indirection as the output functions can simply
use xfrm_output().

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
2020-05-06 09:40:08 +02:00
..
2019-01-23 11:18:00 -08:00
2020-02-24 13:31:42 -08:00
2020-04-14 12:40:02 +02:00
2020-03-30 11:44:00 -07:00
2020-03-23 21:57:44 -07:00
2019-12-09 09:59:07 +01:00
2019-10-23 20:13:22 -07:00
2019-12-09 10:36:44 -08:00
2020-03-23 21:57:44 -07:00
2020-03-29 22:30:57 -07:00
2018-09-13 09:04:58 -07:00
2019-12-09 10:36:44 -08:00
2020-03-04 13:25:55 -08:00
2020-03-23 21:57:44 -07:00
2020-03-29 22:30:57 -07:00
2019-04-22 21:47:25 -07:00
2019-10-05 16:29:00 -07:00
2020-03-20 15:56:55 +01:00
2020-03-09 22:34:58 +01:00
2019-12-09 10:28:43 -08:00
2019-06-19 11:23:13 -04:00