]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: Rename fib6_nh entries
authorDavid Ahern <dsahern@gmail.com>
Thu, 28 Mar 2019 03:53:56 +0000 (20:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Mar 2019 17:48:04 +0000 (10:48 -0700)
commit1312116430eed4f18b0ab8a051d46a211de6a84d
tree68e0ebc7f3217ef39037acb65618f391d11fc413
parent8297946d2cc9a55f7caa3c9e240a4b26399c4cc5
ipv6: Rename fib6_nh entries

Rename fib6_nh entries that will be moved to a fib_nh_common struct.
Specifically, the device, gateway, flags, and lwtstate are common
with all nexthop definitions. In some places new temporary variables
are declared or local variables renamed to maintain line lengths.

Rename only; no functional change intended.

Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
include/net/ip6_fib.h
include/net/ip6_route.h
include/trace/events/fib6.h
net/core/filter.c
net/ipv6/addrconf.c
net/ipv6/ip6_fib.c
net/ipv6/ndisc.c
net/ipv6/route.c