alistair23-linux/arch/x86/net
Tom Herbert 61b905da33 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>
2014-03-26 15:58:20 -04:00
..
bpf_jit.S x86: bpf_jit: support negative offsets 2014-03-11 23:25:22 -04:00
bpf_jit_comp.c net: Rename skb->rxhash to skb->hash 2014-03-26 15:58:20 -04:00
Makefile