]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2718c624d27ae32140006aa9ce739cb695433103
tree5d5e556692e3c945517319e812520286905a4af6
parentd6ef9ec9b46ffa97e0bd865ee53281e012030a2c
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