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
..
2020-03-29 22:30:57 -07:00
2020-04-28 11:28:36 +02:00
2019-07-27 14:23:48 -07:00
2020-03-12 15:55:00 -07:00
2020-03-30 13:45:04 -07:00
2020-03-12 15:55:00 -07:00
2020-04-28 11:28:36 +02:00
2020-03-29 22:30:57 -07:00
2020-03-12 15:55:00 -07:00
2020-03-29 22:30:57 -07:00
2020-04-06 10:05:42 -07:00
2020-03-12 15:55:00 -07:00