diff options
author | Florian Westphal <fw@strlen.de> | 2019-05-03 17:46:15 +0200 |
---|---|---|
committer | Steffen Klassert <steffen.klassert@secunet.com> | 2019-06-05 13:16:30 +0200 |
commit | 5c1b9ab3ec81992bef9a8605b8b281b41577b475 (patch) | |
tree | 273d2c050c0d33a7e6bd223a280265d15c0da354 /include | |
parent | bac9593515c653e9ec05df9e303cdf1b969854d4 (diff) | |
download | linux-stable-5c1b9ab3ec81992bef9a8605b8b281b41577b475.tar.gz linux-stable-5c1b9ab3ec81992bef9a8605b8b281b41577b475.tar.bz2 linux-stable-5c1b9ab3ec81992bef9a8605b8b281b41577b475.zip |
xfrm: remove init_temprop indirection from xfrm_state_afinfo
same as previous patch: just place this in the caller, no need to
have an indirection for a structure initialization.
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/xfrm.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h index ba65434b5293..e8f676ce27be 100644 --- a/include/net/xfrm.h +++ b/include/net/xfrm.h @@ -354,10 +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_temprop)(struct xfrm_state *x, - const struct xfrm_tmpl *tmpl, - const xfrm_address_t *daddr, - const xfrm_address_t *saddr); int (*tmpl_sort)(struct xfrm_tmpl **dst, struct xfrm_tmpl **src, int n); int (*state_sort)(struct xfrm_state **dst, struct xfrm_state **src, int n); int (*output)(struct net *net, struct sock *sk, struct sk_buff *skb); |