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

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.2     ! misho       9: __inline uint32_t fwsync_hash_packet(const struct ipfw_flow_id *id);
        !            10: __inline uint32_t fwsync_hash_parent(const struct ipfw_flow_id *id, const void *rule);
        !            11: __inline uint32_t fwsync_hash_packet6(const struct ipfw_flow_id *id);
        !            12: 
        !            13: 
1.1       misho      14: #endif

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