net: Change skb_get_rxhash to skb_get_hash
Changing name of function as part of making the hash in skbuff to be generic property, not just for receive path. Signed-off-by: Tom Herbert <therbert@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
1aee6cc2a5
commit
3958afa1b2
@ -220,7 +220,7 @@ static u32 flow_get_vlan_tag(const struct sk_buff *skb)
|
||||
|
||||
static u32 flow_get_rxhash(struct sk_buff *skb)
|
||||
{
|
||||
return skb_get_rxhash(skb);
|
||||
return skb_get_hash(skb);
|
||||
}
|
||||
|
||||
static u32 flow_key_get(struct sk_buff *skb, int key, struct flow_keys *flow)
|
||||
|
Reference in New Issue
Block a user