packet: Use symmetric hash for PACKET_FANOUT_HASH.
[deliverable/linux.git] / include / linux / skbuff.h
index ee38a41274759f279be1c0752a7fab63fac517c8..24859d40acdea85c17f8415b671e8af5f026b504 100644 (file)
@@ -1062,6 +1062,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);
This page took 0.026084 seconds and 5 git commands to generate.