ipv6: Pass fib6_result to pcpu route functions
authorDavid Ahern <dsahern@gmail.com>
Tue, 16 Apr 2019 21:36:03 +0000 (14:36 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Apr 2019 06:10:46 +0000 (23:10 -0700)
commitdb3fedee0cb7a0ea52450137d48b9e41be53ec14
treec53d39e481b56ab712ea3256eb9b8da9de963fc5
parent9b6b35abfbde376665c76029c75e4ab03186d378
ipv6: Pass fib6_result to pcpu route functions

Update ip6_rt_pcpu_alloc, rt6_get_pcpu_route and rt6_make_pcpu_route
to a fib6_result over a fib6_info.

Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/route.c