Searched defs:ip_fw_bcounter (Results 1 – 2 of 2) sorted by relevance
631 struct ip_fw_bcounter { struct632 uint16_t size; /* Size of counter block, bytes */633 uint8_t flags; /* flags for given block */634 uint8_t spare;635 uint32_t timestamp; /* tv_sec of last match */636 uint64_t pcnt; /* Packet counter */637 uint64_t bcnt; /* Byte counter */