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, 3 weeks ago) by misho
Branches: MAIN
CVS tags: HEAD
implement instalation of dynamic states

    1: /*************************************************************************
    2: * (C) 2022 CloudSigma AG - Sofia/Bulgaria
    3: *  by Michael Pounov <misho@elwix.org>
    4: **************************************************************************/
    5: #ifndef __FWSYNC_UTILS_H
    6: #define __FWSYNC_UTILS_H
    7: 
    8: 
    9: #if 0
   10: uint32_t fwsync_hash_packet(const struct ipfw_flow_id *id);
   11: uint32_t fwsync_hash_parent(const struct ipfw_flow_id *id, const void *rule);
   12: uint32_t fwsync_hash_packet6(const struct ipfw_flow_id *id);
   13: #endif
   14: 
   15: 
   16: #endif

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