Searched defs:ip_fw_bcounter (Results 1 – 1 of 1) sorted by relevance
653 struct ip_fw_bcounter { struct654 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 */