Files
android_kernel_fxtec_sm6115/drivers/net/ethernet
David Ahern 60f6bd2acf UPSTREAM: ipv6: Make fib6_nh optional at the end of fib6_info
Move fib6_nh to the end of fib6_info and make it an array of
size 0. Pass a flag to fib6_info_alloc indicating if the
allocation needs to add space for a fib6_nh.

The current code path always has a fib6_nh allocated with a
fib6_info; with nexthop objects they will be separate.

Change-Id: I4175e2098939d8c6d5930107c9ecae5df306501e
Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2026-05-31 11:15:29 +01:00
..