Annotation of fwsync/driver/fwsync_utils.h, revision 1.3

1.1       misho       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: 
1.3     ! misho       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
1.2       misho      14: 
                     15: 
1.1       misho      16: #endif

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