net: Add utility function to copy skb hash
authorTom Herbert <therbert@google.com>
Mon, 16 Dec 2013 06:16:29 +0000 (22:16 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Dec 2013 21:36:22 +0000 (16:36 -0500)
commit3df7a74e797aa2d8be9b7c649cfd56a8517dcf6e
tree5d5e556692e3c945517319e812520286905a4af6
parent09323cc479316e046931a2c679932204b36fea6c
net: Add utility function to copy skb hash

Adds skb_copy_hash to copy rxhash and l4_rxhash from one skb to another.

Signed-off-by: Tom Herbert <therbert@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h
net/core/skbuff.c