Files
android_kernel_xiaomi_sm8450/net
David Ahern 3abd1ade67 net: ipv4: refactor __ip_route_output_key_hash
A later patch wants access to the fib result on an output route lookup
with the rcu lock held. Refactor __ip_route_output_key_hash, pushing
the logic between rcu_read_lock ... rcu_read_unlock into a new helper
with the fib_result as an input arg.

To keep the name length under control remove the leading underscores
from the name and add _rcu to the name of the new helper indicating it
is called with the rcu read lock held.

Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-05-26 14:12:49 -04:00
..
2017-04-12 22:02:40 +02:00
2017-05-17 16:06:01 -04:00
2017-04-13 13:58:20 -04:00
2016-10-20 11:23:08 -04:00
2017-01-24 11:07:35 +01:00
2017-05-25 13:15:11 -04:00
2017-04-06 12:43:04 -07:00