File:  [ELWIX - Embedded LightWeight unIX -] / fwsync / driver / Attic / fwsync_utils.h
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Wed Aug 3 17:07:07 2022 UTC (22 months, 2 weeks ago) by misho
Branches: MAIN
CVS tags: HEAD
implement instalation of dynamic states

/*************************************************************************
* (C) 2022 CloudSigma AG - Sofia/Bulgaria
*  by Michael Pounov <misho@elwix.org>
**************************************************************************/
#ifndef __FWSYNC_UTILS_H
#define __FWSYNC_UTILS_H


#if 0
uint32_t fwsync_hash_packet(const struct ipfw_flow_id *id);
uint32_t fwsync_hash_parent(const struct ipfw_flow_id *id, const void *rule);
uint32_t fwsync_hash_packet6(const struct ipfw_flow_id *id);
#endif


#endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>