Hi Florian, On Wed, Mar 27, 2019 at 7:31 PM Florian Westphal <f...@strlen.de> wrote: > > No need for any indirection or abstraction here, both functions > are pretty much the same and quite small, they also have no external > dependencies. >. > diff --git a/net/xfrm/xfrm_input.c b/net/xfrm/xfrm_input.c > index ea5ac053c15d..e3c7edd11e77 100644 > --- a/net/xfrm/xfrm_input.c > +++ b/net/xfrm/xfrm_input.c > @@ -186,6 +186,74 @@ int xfrm_prepare_input(struct xfrm_state *x, struct > sk_buff *skb) > } > EXPORT_SYMBOL(xfrm_prepare_input);
nit: looks like xfrm_prepare_input() should be static now, no? Eyal.