packet: Use symmetric hash for PACKET_FANOUT_HASH.
[firefly-linux-kernel-4.4.55.git] / include / linux / skbuff.h
index 1716f9395010575e116ab92ba89f08974bfc34e4..b3bb99025adda40925a141b305de26201353536f 100644 (file)
@@ -982,6 +982,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_poff(const struct sk_buff *skb);
 u32 __skb_get_poff(const struct sk_buff *skb, void *data,
                   const struct flow_keys *keys, int hlen);