Searched hist:b95b6e072a92042320fad99de658008cc0beb3b0 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/ipv6/ |
H A D | route.c | diff b95b6e072a92042320fad99de658008cc0beb3b0 Mon May 17 13:15:21 CDT 2021 Ido Schimmel <idosch@OSS.NVIDIA.COM> ipv6: Calculate multipath hash inside switch statement
A subsequent patch will add another multipath hash policy where the multipath hash is calculated directly by the policy specific code and not outside of the switch statement.
Prepare for this change by moving the multipath hash calculation inside the switch statement.
No functional changes intended.
Signed-off-by: Ido Schimmel <idosch@nvidia.com> Reviewed-by: David Ahern <dsahern@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|