--- fwsync/driver/Attic/fwsync_utils.h 2022/07/05 21:58:48 1.1 +++ fwsync/driver/Attic/fwsync_utils.h 2022/07/15 10:46:17 1.2 @@ -6,4 +6,9 @@ #define __FWSYNC_UTILS_H +__inline uint32_t fwsync_hash_packet(const struct ipfw_flow_id *id); +__inline uint32_t fwsync_hash_parent(const struct ipfw_flow_id *id, const void *rule); +__inline uint32_t fwsync_hash_packet6(const struct ipfw_flow_id *id); + + #endif