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)
commit61b905da33ae25edb6b9d2a5de21e34c3a77efe3
tree74990d790d603e989210b0221703910d9beef4f1
parent4e2e865d959e095ab8f1a112e7952c9baa173d0a
net: Rename skb->rxhash to skb->hash

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>
12 files changed:
arch/arm/net/bpf_jit_32.c
arch/powerpc/net/bpf_jit_comp.c
arch/s390/net/bpf_jit_comp.c
arch/sparc/net/bpf_jit_comp.c
arch/x86/net/bpf_jit_comp.c
include/linux/skbuff.h
include/net/sock.h
include/trace/events/net.h
net/core/dev.c
net/core/filter.c
net/core/flow_dissector.c
net/packet/af_packet.c