Home
last modified time | relevance | path

Searched defs:ip_fw_bcounter (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netinet/
H A Dip_fw.h653 struct ip_fw_bcounter { struct
654 uint16_t size; /* Size of counter block, bytes */
655 uint8_t flags; /* flags for given block */
656 uint8_t spare;
657 uint32_t timestamp; /* tv_sec of last match */
658 uint64_t pcnt; /* Packet counter */
659 uint64_t bcnt; /* Byte counter */