commit | 5ed20a68cd6ca4adc0aa2d240913d604a2eb3e25 | [log] [tgz] |
---|---|---|
author | Tom Herbert <therbert@google.com> | Tue Jul 01 21:32:05 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 07 21:14:20 2014 -0700 |
tree | a1640d40c35cc9f081d18d8d75f1e1759cad92ee | |
parent | 081a20ffccd24d2f5fd06debcff57697fa2ff069 [diff] |
flow_dissector: Abstract out hash computation Move the hash computation located in __skb_get_hash to be a separate function which takes flow_keys as input. This will allow flow hash computation in other contexts where we only have addresses and ports. Signed-off-by: Tom Herbert <therbert@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>