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>
Showing
- arch/arm/net/bpf_jit_32.c 2 additions, 2 deletionsarch/arm/net/bpf_jit_32.c
- arch/powerpc/net/bpf_jit_comp.c 2 additions, 2 deletionsarch/powerpc/net/bpf_jit_comp.c
- arch/s390/net/bpf_jit_comp.c 4 additions, 4 deletionsarch/s390/net/bpf_jit_comp.c
- arch/sparc/net/bpf_jit_comp.c 1 addition, 1 deletionarch/sparc/net/bpf_jit_comp.c
- arch/x86/net/bpf_jit_comp.c 4 additions, 4 deletionsarch/x86/net/bpf_jit_comp.c
- include/linux/skbuff.h 14 additions, 14 deletionsinclude/linux/skbuff.h
- include/net/sock.h 2 additions, 2 deletionsinclude/net/sock.h
- include/trace/events/net.h 6 additions, 6 deletionsinclude/trace/events/net.h
- net/core/dev.c 7 additions, 6 deletionsnet/core/dev.c
- net/core/filter.c 1 addition, 1 deletionnet/core/filter.c
- net/core/flow_dissector.c 5 additions, 5 deletionsnet/core/flow_dissector.c
- net/packet/af_packet.c 1 addition, 2 deletionsnet/packet/af_packet.c
Loading
Please register or sign in to comment