commit | 50fb799289501c2eab9f43fc9af513027e1e994f | [log] [tgz] |
---|---|---|
author | Tom Herbert <tom@herbertland.com> | Fri May 01 11:30:12 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon May 04 00:09:08 2015 -0400 |
tree | 9ba5b2cb65890f0cd95c00f743da1b2bd71722cc | |
parent | 6a21165480a066a27c1f1dbd32aec581c612ba23 [diff] |
net: Add skb_get_hash_perturb This calls flow_disect and __skb_get_hash to procure a hash for a packet. Input includes a key to initialize jhash. This function does not set skb->hash. Signed-off-by: Tom Herbert <tom@herbertland.com> Signed-off-by: David S. Miller <davem@davemloft.net>