Lines Matching defs:pf_counter_u64
93 struct pf_counter_u64 {
100 pf_counter_u64_init(struct pf_counter_u64 *pfcu64, int flags)
112 pf_counter_u64_deinit(struct pf_counter_u64 *pfcu64)
133 pf_counter_u64_rollup_protected(struct pf_counter_u64 *pfcu64, uint64_t n)
141 pf_counter_u64_add_protected(struct pf_counter_u64 *pfcu64, uint32_t n)
153 pf_counter_u64_add(struct pf_counter_u64 *pfcu64, uint32_t n)
162 pf_counter_u64_periodic(struct pf_counter_u64 *pfcu64)
184 pf_counter_u64_fetch(const struct pf_counter_u64 *pfcu64)
206 pf_counter_u64_zero_protected(struct pf_counter_u64 *pfcu64)
222 pf_counter_u64_zero(struct pf_counter_u64 *pfcu64)
230 struct pf_counter_u64 {
235 pf_counter_u64_init(struct pf_counter_u64 *pfcu64, int flags)
245 pf_counter_u64_deinit(struct pf_counter_u64 *pfcu64)
264 pf_counter_u64_rollup_protected(struct pf_counter_u64 *pfcu64, uint64_t n)
271 pf_counter_u64_add_protected(struct pf_counter_u64 *pfcu64, uint32_t n)
278 pf_counter_u64_add(struct pf_counter_u64 *pfcu64, uint32_t n)
285 pf_counter_u64_fetch(const struct pf_counter_u64 *pfcu64)
292 pf_counter_u64_zero_protected(struct pf_counter_u64 *pfcu64)
299 pf_counter_u64_zero(struct pf_counter_u64 *pfcu64)
792 struct pf_counter_u64 evaluations;
793 struct pf_counter_u64 packets[2];
794 struct pf_counter_u64 bytes[2];
1571 struct pf_counter_u64 pfik_packets[2][2][2];
1572 struct pf_counter_u64 pfik_bytes[2][2][2];
1739 struct pf_counter_u64 fcounters[FCNT_MAX]; /* state operation counters */