]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/skbuff.h
flow_dissector: __skb_get_hash_symmetric arg can be const
[mirror_ubuntu-artful-kernel.git] / include / linux / skbuff.h
index 601258f6e62153f3814e2a38e4c21ad97fc7ee87..663fda2887f748255cb42b495ce13f3a989070b4 100644 (file)
@@ -1086,7 +1086,7 @@ __skb_set_sw_hash(struct sk_buff *skb, __u32 hash, bool is_l4)
 }
 
 void __skb_get_hash(struct sk_buff *skb);
-u32 __skb_get_hash_symmetric(struct sk_buff *skb);
+u32 __skb_get_hash_symmetric(const struct sk_buff *skb);
 u32 skb_get_poff(const struct sk_buff *skb);
 u32 __skb_get_poff(const struct sk_buff *skb, void *data,
                   const struct flow_keys *keys, int hlen);