xfrm: ipv6: move mip6_destopt_offset into xfrm core
authorFlorian Westphal <fw@strlen.de>
Fri, 11 Jun 2021 10:50:11 +0000 (12:50 +0200)
committerSteffen Klassert <steffen.klassert@secunet.com>
Fri, 11 Jun 2021 12:48:50 +0000 (14:48 +0200)
commit37b9e7eb55659b270f0e8aebd98308716d935586
tree08b7bfbc379a39381585d33e96257aabafda971a
parent9acf4d3b9ec15f27a7d027c4ae4736c2fb967391
xfrm: ipv6: move mip6_destopt_offset into xfrm core

This helper is relatively small, just move this to the xfrm core
and call it directly.

Next patch does the same for the ROUTING type.

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