aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/xfrm.h
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2019-05-03 17:46:14 +0200
committerSteffen Klassert <steffen.klassert@secunet.com>2019-06-05 13:16:30 +0200
commitbac9593515c653e9ec05df9e303cdf1b969854d4 (patch)
tree5ec429f0c1ffe0f12284df0d144513d71e5ace28 /include/net/xfrm.h
parentMerge branch 'net-dsa-mv88e6xxx-support-for-mv88e6250' (diff)
downloadlinux-dev-bac9593515c653e9ec05df9e303cdf1b969854d4.tar.xz
linux-dev-bac9593515c653e9ec05df9e303cdf1b969854d4.zip
xfrm: remove init_tempsel indirection from xfrm_state_afinfo
Simple initialization, handle it in the caller. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to '')
-rw-r--r--include/net/xfrm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h
index a2907873ed56..ba65434b5293 100644
--- a/include/net/xfrm.h
+++ b/include/net/xfrm.h
@@ -354,8 +354,6 @@ struct xfrm_state_afinfo {
const struct xfrm_type_offload *type_offload_map[IPPROTO_MAX];
int (*init_flags)(struct xfrm_state *x);
- void (*init_tempsel)(struct xfrm_selector *sel,
- const struct flowi *fl);
void (*init_temprop)(struct xfrm_state *x,
const struct xfrm_tmpl *tmpl,
const xfrm_address_t *daddr,