]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/net/flow_keys.h
flow_dissector: Abstract out hash computation
[karo-tx-linux.git] / include / net / flow_keys.h
index fbefdca5e28394b8b88abcd1f852090b0bdf8985..6667a054763adfad3407d59d0f6810fb13f56a14 100644 (file)
@@ -29,4 +29,5 @@ struct flow_keys {
 
 bool skb_flow_dissect(const struct sk_buff *skb, struct flow_keys *flow);
 __be32 skb_flow_get_ports(const struct sk_buff *skb, int thoff, u8 ip_proto);
+u32 flow_hash_from_keys(struct flow_keys *keys);
 #endif