]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit43637c35d7a8cb2ec406b04542d3e34ad50068b3
treeafd48222de70edca51b05be004469984b823dfc7
parentc7b40a6d5579a3647009fd4600bab031d14651b4
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