lib: Replace IP_TYPE_ references with IPPROTO_.
[openvswitch] / lib / flow.h
index 54f28d5834540b076bf80c3fdd34ae2a2218e847..2dd0c4aec8817ace0e98319253244ea18a3190af 100644 (file)
@@ -150,5 +150,6 @@ bool flow_wildcards_has_extra(const struct flow_wildcards *,
 uint32_t flow_wildcards_hash(const struct flow_wildcards *);
 bool flow_wildcards_equal(const struct flow_wildcards *,
                           const struct flow_wildcards *);
+uint32_t flow_hash_symmetric_l4(const struct flow *flow, uint32_t basis);
 
 #endif /* flow.h */