summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2020-05-04 11:06:05 +0300
committerSteffen Klassert <steffen.klassert@secunet.com>2020-05-06 10:40:08 +0300
commit171916cbd53dec5c7b05efb56a201671d92effc1 (patch)
treed4e2e497d945076a847c10b861653da590f75127 /init
parenta269fbfc4e9ffe48c1f8142e60a49b6f2e588c58 (diff)
downloadlinux-171916cbd53dec5c7b05efb56a201671d92effc1.tar.xz
xfrm: move xfrm4_extract_header to common helper
The function only initializes the XFRM CB in the skb. After previous patch xfrm4_extract_header is only called from net/xfrm/xfrm_{input,output}.c. Because of IPV6=m linker errors the ipv6 equivalent (xfrm6_extract_header) was already placed in xfrm_inout.h because we can't call functions residing in a module from the core. So do the same for the ipv4 helper and place it next to the ipv6 one. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions