commit | a269fbfc4e9ffe48c1f8142e60a49b6f2e588c58 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Mon May 04 10:06:04 2020 +0200 |
committer | Steffen Klassert <steffen.klassert@secunet.com> | Wed May 06 09:40:08 2020 +0200 |
tree | 0459d0299d1d7c059f5950180fcbb8fe2fbc0bcc | |
parent | 6d64be3da282908bb17b0803b9edad8852ffea56 [diff] |
xfrm: state: remove extract_input indirection from xfrm_state_afinfo In order to keep CONFIG_IPV6=m working, xfrm6_extract_header needs to be duplicated. It will be removed again in a followup change when the remaining caller is moved to net/xfrm as well. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>