Home
last modified time | relevance | path

Searched refs:pfr_kentry_counter (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netpfil/pf/
H A Dpf_table.c1036 pfr_kentry_counter(kc, dir, op, PFR_TYPE_PACKETS)); in pfr_copyout_astats()
1038 pfr_kentry_counter(kc, dir, op, PFR_TYPE_BYTES)); in pfr_copyout_astats()
2146 counter_u64_add(pfr_kentry_counter(&ke->pfrke_counters, in pfr_update_stats()
2148 counter_u64_add(pfr_kentry_counter(&ke->pfrke_counters, in pfr_update_stats()
/freebsd/sys/net/
H A Dpfvar.h1533 #define pfr_kentry_counter(kc, dir, op, t) \ macro