net: Rename skb->rxhash to skb->hash
authorTom Herbert <therbert@google.com>
Mon, 24 Mar 2014 22:34:47 +0000 (15:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Mar 2014 19:58:20 +0000 (15:58 -0400)
The packet hash can be considered a property of the packet, not just
on RX path.

This patch changes name of rxhash and l4_rxhash skbuff fields to be
hash and l4_hash respectively. This includes changing uses of the
field in the code which don't call the access functions.

Signed-off-by: Tom Herbert <therbert@google.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Mahesh Bandewar <maheshb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found