commit | b748f26092626332f73e71d75e4390de6b8bdf9b | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Tue Apr 16 14:36:06 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 17 23:10:46 2019 -0700 |
tree | 854da5a78a9e49484e955c17c2c771144d990fd6 | |
parent | 5012f0a5944c9181fb4175561b7679a251eaf05a [diff] |
ipv6: Pass fib6_result to ip6_mtu_from_fib6 and fib6_mtu Change ip6_mtu_from_fib6 and fib6_mtu to take a fib6_result over a fib6_info. Update both to use the fib6_nh from fib6_result. Since the signature of ip6_mtu_from_fib6 is already changing, add const to daddr and saddr. Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>