xfrm_policy: bypass flow_cache_lookup
authorFlorian Westphal <fw@strlen.de>
Mon, 17 Jul 2017 11:57:21 +0000 (13:57 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Jul 2017 18:13:41 +0000 (11:13 -0700)
commit3ca28286ea809685d273d41674da34f45111482a
treeafd48222de70edca51b05be004469984b823dfc7
parent3c2a89ddc11896cf5498115c0380ab54b1c424b7
xfrm_policy: bypass flow_cache_lookup

Instead of consulting flow cache, call the xfrm bundle/policy lookup
functions directly.  This pretends the flow cache had no entry.

This helps to gradually remove flow cache integration,
followup commit will remove the dead code that this change adds.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/xfrm/xfrm_policy.c