commit | 644d0e6569582872e448b1d39b9338d5e4021faa | [log] [tgz] |
---|---|---|
author | Tom Herbert <tom@herbertland.com> | Wed Sep 23 14:13:35 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 23 14:21:09 2015 -0700 |
tree | ae104f0b8cfc26deaa35f81501561f56e5211327 | |
parent | 227b9e8708b14a8a26ef67bbbe19b13626df4a35 [diff] |
ipv6 Use get_hash_from_flowi6 for rt6 hash In rt6_info_hash_nhsfn replace the custom hashing over flowi6 that is using xor with a call to common function get_hash_from_flowi6. Signed-off-by: Tom Herbert <tom@herbertland.com> Signed-off-by: David S. Miller <davem@davemloft.net>